FTabsStyle constructor
FTabsStyle({
- required BoxDecoration decoration,
- required TextStyle selectedLabelTextStyle,
- required TextStyle unselectedLabelTextStyle,
- required BoxDecoration indicatorDecoration,
- required FFocusedOutlineStyle focusedOutlineStyle,
- EdgeInsets padding = const EdgeInsets.all(4),
- FTabBarIndicatorSize indicatorSize = FTabBarIndicatorSize.tab,
- double height = 35,
- double spacing = 10,
Creates a FTabsStyle.
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,
});