$FTimePickerStyleTransformations extension

Provides copyWith and lerp methods.

on

Methods

copyWith({EdgeInsetsDirectional? padding, double? diameterRatio, double? squeeze, double? magnification, double? overAndUnderCenterOpacity, double? spacing, TextStyle? textStyle, TextHeightBehavior? textHeightBehavior, double? selectionHeightAdjustment, BorderRadiusGeometry? selectionBorderRadius, Color? selectionColor, FFocusedOutlineStyle focusedOutlineStyle(FFocusedOutlineStyle style)?}) FTimePickerStyle

Available on FTimePickerStyle, provided by the $FTimePickerStyleTransformations extension

Returns a copy of this FTimePickerStyle with the given properties replaced.
lerp(FTimePickerStyle other, double t) FTimePickerStyle

Available on FTimePickerStyle, provided by the $FTimePickerStyleTransformations extension

Linearly interpolate between this and another FTimePickerStyle using the given factor t.