FluentCalendarPanel constructor
const
FluentCalendarPanel({
- required int columns,
- required List<
List< rows,Widget> > - required String caption,
- required String captionSemanticLabel,
- List<
String> weekdayLabels = const <String>[], - List<
String> weekdaySemanticLabels = const <String>[], - List<
String> weekNumbers = const <String>[], - List<
String> weekNumberSemanticLabels = const <String>[], - VoidCallback? onClose,
- String closeLabel = '',
- VoidCallback? onPrevious,
- VoidCallback? onNext,
- VoidCallback? onCaptionPressed,
- String previousLabel = '',
- String nextLabel = '',
- FluentCalendarStyle? style,
Creates a panel.
Implementation
const FluentCalendarPanel({
required this.columns,
required this.rows,
required this.caption,
required this.captionSemanticLabel,
this.weekdayLabels = const <String>[],
this.weekdaySemanticLabels = const <String>[],
this.weekNumbers = const <String>[],
this.weekNumberSemanticLabels = const <String>[],
this.onClose,
this.closeLabel = '',
this.onPrevious,
this.onNext,
this.onCaptionPressed,
this.previousLabel = '',
this.nextLabel = '',
this.style,
});