$FRadioStyleTransformations extension
- on
Methods
-
copyWith(
{FTappableStyleDelta? tappableStyle, FFocusedOutlineStyleDelta? focusedOutlineStyle, EdgeInsetsGeometryDelta? padding, FVariantsValueDelta< FRadioVariantConstraint, FRadioVariant, Color, Delta> ? borderColor, double? borderWidth, FVariantsValueDelta<FRadioVariantConstraint, FRadioVariant, Color, Delta> ? backgroundColor, FVariantsValueDelta<FRadioVariantConstraint, FRadioVariant, Color, Delta> ? indicatorColor, double? indicatorSize, FRadioMotionDelta? motion, FLabelStyleDelta? leadingLabelStyle, FLabelStyleDelta? trailingLabelStyle}) → FRadioStyle -
Available on FRadioStyle, provided by the $FRadioStyleTransformations extension
Returns a copy of this FRadioStyle with the given properties replaced. -
lerp(
FRadioStyle other, double t) → FRadioStyle -
Available on FRadioStyle, provided by the $FRadioStyleTransformations extension
Linearly interpolate between this and another FRadioStyle using the given factort.