$FTimeFieldStyleTransformations extension
Methods
-
copyWith(
{FTextFieldStyle textFieldStyle(FTextFieldStyle style)?, FPopoverStyle popoverStyle(FPopoverStyle style)?, FPortalConstraints? popoverConstraints, FTimePickerStyle pickerStyle(FTimePickerStyle style)?, IconThemeData? iconStyle}) → FTimeFieldStyle -
Available on FTimeFieldStyle, provided by the $FTimeFieldStyleTransformations extension
Returns a copy of this FTimeFieldStyle with the given properties replaced. -
lerp(
FTimeFieldStyle other, double t) → FTimeFieldStyle -
Available on FTimeFieldStyle, provided by the $FTimeFieldStyleTransformations extension
Linearly interpolate between this and another FTimeFieldStyle using the given factort
.