FLineCalendarStyle constructor
FLineCalendarStyle({
- required FWidgetStateMap<
BoxDecoration> decoration, - required FWidgetStateMap<
Color> todayIndicatorColor, - required FWidgetStateMap<
TextStyle> dateTextStyle, - required FWidgetStateMap<
TextStyle> weekdayTextStyle, - required FTappableStyle tappableStyle,
- EdgeInsetsGeometry padding = const EdgeInsets.symmetric(horizontal: 6.5),
- double contentEdgeSpacing = 15.5,
- double contentSpacing = 2,
Creates a FLineCalendarStyle.
Implementation
FLineCalendarStyle({
required this.decoration,
required this.todayIndicatorColor,
required this.dateTextStyle,
required this.weekdayTextStyle,
required this.tappableStyle,
this.padding = const EdgeInsets.symmetric(horizontal: 6.5),
this.contentEdgeSpacing = 15.5,
this.contentSpacing = 2,
});