You don't need a tabbar for this case, just wrap leftArrowButton, dateText, rightArrowButton in Row,:
_date = currentDate
Column
Row
leftArrowButton: onTap (setState _date)
Expanded
_dateText(_date) //Widget Content consists of icons & date text
rightArrowButton: onTap (setState _date)
Expanded
_widgetContent(_date) //return Widget Content based on _date
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…