$FSelectSectionStyleTransformations extension

Provides copyWith and lerp methods.

on

Methods

copyWith({FWidgetStateMap<TextStyle>? labelTextStyle, EdgeInsetsGeometry? labelPadding, FWidgetStateMap<Color>? dividerColor, double? dividerWidth, FItemStyle itemStyle(FItemStyle style)?}) FSelectSectionStyle

Available on FSelectSectionStyle, provided by the $FSelectSectionStyleTransformations extension

Returns a copy of this FSelectSectionStyle with the given properties replaced.
lerp(FSelectSectionStyle other, double t) FSelectSectionStyle

Available on FSelectSectionStyle, provided by the $FSelectSectionStyleTransformations extension

Linearly interpolate between this and another FSelectSectionStyle using the given factor t.