$FStyleTransformations extension
- on
Methods
-
copyWith(
{FFormFieldStyle formFieldStyle(FFormFieldStyle style)?, FFocusedOutlineStyle focusedOutlineStyle(FFocusedOutlineStyle style)?, IconThemeData? iconStyle, BorderRadius? borderRadius, double? borderWidth, EdgeInsets? pagePadding, List< BoxShadow> ? shadow, FTappableStyle tappableStyle(FTappableStyle style)?}) → FStyle -
Available on FStyle, provided by the $FStyleTransformations extension
Returns a copy of this FStyle with the given properties replaced. -
lerp(
FStyle other, double t) → FStyle -
Available on FStyle, provided by the $FStyleTransformations extension
Linearly interpolate between this and another FStyle using the given factort
.