$FCheckboxStyleTransformations extension
Methods
-
copyWith(
{FTappableStyleDelta? tappableStyle, FFocusedOutlineStyleDelta? focusedOutlineStyle, double? size, FVariantsDelta< FFormFieldVariantConstraint, FFormFieldVariant, IconThemeData, IconThemeDataDelta> ? iconStyle, FVariantsDelta<FCheckboxVariantConstraint, FCheckboxVariant, Decoration, DecorationDelta> ? decoration, FCheckboxMotionDelta? motion, FLabelStyleDelta? leadingLabelStyle, FLabelStyleDelta? trailingLabelStyle}) → 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.