$FCalendarHeaderStyleTransformations extension
Methods
-
copyWith(
{FFocusedOutlineStyle focusedOutlineStyle(FFocusedOutlineStyle style)?, FButtonStyle buttonStyle(FButtonStyle style)?, TextStyle? headerTextStyle, Duration? animationDuration}) → FCalendarHeaderStyle -
Available on FCalendarHeaderStyle, provided by the $FCalendarHeaderStyleTransformations extension
Returns a copy of this FCalendarHeaderStyle with the given properties replaced. -
lerp(
FCalendarHeaderStyle other, double t) → FCalendarHeaderStyle -
Available on FCalendarHeaderStyle, provided by the $FCalendarHeaderStyleTransformations extension
Linearly interpolate between this and another FCalendarHeaderStyle using the given factort
.