$FDateFieldStyleTransformations extension

Provides copyWith and lerp methods.

on

Methods

copyWith({FVariantsDelta<FTextFieldSizeVariantConstraint, FTextFieldSizeVariant, FTextFieldStyle, FTextFieldStyleDelta>? fieldStyles, FPopoverStyleDelta? popoverStyle, FCalendarStyleDelta? calendarStyle}) → 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.