InheritedCalendarStyle<T extends CalendarEvent> constructor
const
InheritedCalendarStyle<T extends CalendarEvent> ({
- Key? key,
- required CalendarStyle<
T> style, - required Widget child,
Implementation
const InheritedCalendarStyle({
super.key,
required this.style,
required super.child,
});