$FCalendarStyleTransformations extension
Methods
-
copyWith(
{FCalendarHeaderStyle headerStyle(FCalendarHeaderStyle style)?, FCalendarDayPickerStyle dayPickerStyle(FCalendarDayPickerStyle style)?, FCalendarEntryStyle yearMonthPickerStyle(FCalendarEntryStyle style)?, BoxDecoration? decoration, EdgeInsetsGeometry? padding, Duration? pageAnimationDuration}) → FCalendarStyle -
Available on FCalendarStyle, provided by the $FCalendarStyleTransformations extension
Returns a copy of this FCalendarStyle with the given properties replaced. -
lerp(
FCalendarStyle other, double t) → FCalendarStyle -
Available on FCalendarStyle, provided by the $FCalendarStyleTransformations extension
Linearly interpolate between this and another FCalendarStyle using the given factort
.