$FPickerStyleTransformations extension
- on
Methods
-
copyWith(
{double? diameterRatio, double? squeeze, double? magnification, double? overAndUnderCenterOpacity, double? spacing, TextStyle? textStyle, TextHeightBehavior? textHeightBehavior, double? selectionHeightAdjustment, BorderRadiusGeometry? selectionBorderRadius, Color? selectionColor, FFocusedOutlineStyle focusedOutlineStyle(FFocusedOutlineStyle style)?}) → FPickerStyle -
Available on FPickerStyle, provided by the $FPickerStyleTransformations extension
Returns a copy of this FPickerStyle with the given properties replaced. -
lerp(
FPickerStyle other, double t) → FPickerStyle -
Available on FPickerStyle, provided by the $FPickerStyleTransformations extension
Linearly interpolate between this and another FPickerStyle using the given factort
.