FTabsStyle.new constructor - FTabsStyle - forui.widgets.tabs library (original) (raw)
FTabsStyle({
- required BoxDecoration decoration,
- required TextStyle selectedLabelTextStyle,
- required TextStyle unselectedLabelTextStyle,
- required BoxDecoration indicatorDecoration,
- required FFocusedOutlineStyle focusedOutlineStyle,
- EdgeInsetsGeometry padding = const EdgeInsets.all(4),
- FTabBarIndicatorSize indicatorSize = FTabBarIndicatorSize.tab,
- double height = 35,
- double spacing = 10,
})
Implementation
FTabsStyle({
required this.decoration,
required this.selectedLabelTextStyle,
required this.unselectedLabelTextStyle,
required this.indicatorDecoration,
required this.focusedOutlineStyle,
this.padding = const EdgeInsets.all(4),
this.indicatorSize = FTabBarIndicatorSize.tab,
this.height = 35,
this.spacing = 10,
});