$FSelectStyleTransformations extension
- on
Methods
-
copyWith(
{FTextFieldStyle selectFieldStyle(FTextFieldStyle style)?, IconThemeData? iconStyle, FPopoverStyle popoverStyle(FPopoverStyle style)?, FSelectSearchStyle searchStyle(FSelectSearchStyle style)?, FSelectContentStyle contentStyle(FSelectContentStyle style)?, TextStyle? emptyTextStyle}) → FSelectStyle -
Available on FSelectStyle, provided by the $FSelectStyleTransformations extension
Returns a copy of this FSelectStyle with the given properties replaced. -
lerp(
FSelectStyle other, double t) → FSelectStyle -
Available on FSelectStyle, provided by the $FSelectStyleTransformations extension
Linearly interpolate between this and another FSelectStyle using the given factort
.