FTabsStyleDelta.delta constructor
const
FTabsStyleDelta.delta({
- BoxDecorationDelta? decoration,
- EdgeInsetsGeometry? padding,
- FVariantsDelta<
FTabVariantConstraint, FTabVariant, TextStyle, TextStyleDelta> ? labelTextStyle, - BoxDecorationDelta? indicatorDecoration,
- FTabBarIndicatorSize? indicatorSize,
- double? height,
- double? spacing,
- FFocusedOutlineStyleDelta? focusedOutlineStyle,
Creates a partial modification of a FTabsStyle.
Parameters
- FTabsStyle.decoration - The decoration.
- FTabsStyle.padding - The padding.
- FTabsStyle.labelTextStyle - The label's TextStyle.
- FTabsStyle.indicatorDecoration - The indicator.
- FTabsStyle.indicatorSize - The indicator size.
- FTabsStyle.height - The height.
- FTabsStyle.spacing - The spacing between the tab bar and the views.
- FTabsStyle.focusedOutlineStyle - The focused outline style.
Implementation
const factory FTabsStyleDelta.delta({
BoxDecorationDelta? decoration,
EdgeInsetsGeometry? padding,
FVariantsDelta<FTabVariantConstraint, FTabVariant, TextStyle, TextStyleDelta>? labelTextStyle,
BoxDecorationDelta? indicatorDecoration,
FTabBarIndicatorSize? indicatorSize,
double? height,
double? spacing,
FFocusedOutlineStyleDelta? focusedOutlineStyle,
}) = _FTabsStyleDelta;