$FSelectMenuTileStyleTransformations extension
Methods
-
copyWith(
{FTileStyle tileStyle(FTileStyle style)?, EdgeInsetsGeometry? labelPadding, EdgeInsetsGeometry? descriptionPadding, EdgeInsetsGeometry? errorPadding, EdgeInsetsGeometry? childPadding, FWidgetStateMap< TextStyle> ? labelTextStyle, FWidgetStateMap<TextStyle> ? descriptionTextStyle, TextStyle? errorTextStyle}) → FSelectMenuTileStyle -
Available on FSelectMenuTileStyle, provided by the $FSelectMenuTileStyleTransformations extension
Returns a copy of this FSelectMenuTileStyle with the given properties replaced. -
lerp(
FSelectMenuTileStyle other, double t) → FSelectMenuTileStyle -
Available on FSelectMenuTileStyle, provided by the $FSelectMenuTileStyleTransformations extension
Linearly interpolate between this and another FSelectMenuTileStyle using the given factort
.