$FMultiSelectFieldStyleTransformations extension
Methods
-
copyWith(
{FWidgetStateMap< Decoration> ? decoration, EdgeInsetsGeometry? contentPadding, double? spacing, double? runSpacing, FWidgetStateMap<TextStyle> ? hintTextStyle, EdgeInsetsGeometry? hintPadding, IconThemeData? iconStyle, FButtonStyle clearButtonStyle(FButtonStyle style)?, EdgeInsetsGeometry? clearButtonPadding, FTappableStyle tappableStyle(FTappableStyle style)?, EdgeInsetsGeometry? labelPadding, EdgeInsetsGeometry? descriptionPadding, EdgeInsetsGeometry? errorPadding, EdgeInsetsGeometry? childPadding, FWidgetStateMap<TextStyle> ? labelTextStyle, FWidgetStateMap<TextStyle> ? descriptionTextStyle, TextStyle? errorTextStyle}) → FMultiSelectFieldStyle -
Available on FMultiSelectFieldStyle, provided by the $FMultiSelectFieldStyleTransformations extension
Returns a copy of this FMultiSelectFieldStyle with the given properties replaced. -
lerp(
FMultiSelectFieldStyle other, double t) → FMultiSelectFieldStyle -
Available on FMultiSelectFieldStyle, provided by the $FMultiSelectFieldStyleTransformations extension
Linearly interpolate between this and another FMultiSelectFieldStyle using the given factort
.