$FCheckboxStyleTransformations extension
Methods
-
copyWith(
{FTappableStyle tappableStyle(FTappableStyle style)?, FFocusedOutlineStyle focusedOutlineStyle(FFocusedOutlineStyle style)?, double? size, FWidgetStateMap< IconThemeData> ? iconStyle, FWidgetStateMap<BoxDecoration> ? decoration, FCheckboxMotion motion(FCheckboxMotion motion)?, EdgeInsetsGeometry? labelPadding, EdgeInsetsGeometry? descriptionPadding, EdgeInsetsGeometry? errorPadding, EdgeInsetsGeometry? childPadding, FWidgetStateMap<TextStyle> ? labelTextStyle, FWidgetStateMap<TextStyle> ? descriptionTextStyle, TextStyle? errorTextStyle}) → FCheckboxStyle -
Available on FCheckboxStyle, provided by the $FCheckboxStyleTransformations extension
Returns a copy of this FCheckboxStyle with the given properties replaced. -
lerp(
FCheckboxStyle other, double t) → FCheckboxStyle -
Available on FCheckboxStyle, provided by the $FCheckboxStyleTransformations extension
Linearly interpolate between this and another FCheckboxStyle using the given factort
.