$FDateFieldStyleTransformations extension

Provides copyWith and lerp methods.

on

Methods

copyWith({FTextFieldStyle textFieldStyle(FTextFieldStyle style)?, FPopoverStyle popoverStyle(FPopoverStyle style)?, FCalendarStyle calendarStyle(FCalendarStyle style)?, IconThemeData? iconStyle}) FDateFieldStyle

Available on FDateFieldStyle, provided by the $FDateFieldStyleTransformations extension

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

Available on FDateFieldStyle, provided by the $FDateFieldStyleTransformations extension

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