FCalendarHeaderStyleDelta.delta constructor
const
FCalendarHeaderStyleDelta.delta({
- FFocusedOutlineStyleDelta? focusedOutlineStyle,
- FButtonStyleDelta? buttonStyle,
- TextStyleDelta? headerTextStyle,
- double? headerIconSize,
- Duration? animationDuration,
Creates a partial modification of a FCalendarHeaderStyle.
Parameters
- FCalendarHeaderStyle.focusedOutlineStyle - The focused outline style.
- FCalendarHeaderStyle.buttonStyle - The button style.
- FCalendarHeaderStyle.headerTextStyle - The header's text style.
- FCalendarHeaderStyle.headerIconSize - The header's icon size.
- FCalendarHeaderStyle.animationDuration - The arrow turn animation's duration.
Implementation
const factory FCalendarHeaderStyleDelta.delta({
FFocusedOutlineStyleDelta? focusedOutlineStyle,
FButtonStyleDelta? buttonStyle,
TextStyleDelta? headerTextStyle,
double? headerIconSize,
Duration? animationDuration,
}) = _FCalendarHeaderStyleDelta;