SundayLayout constructor
const
SundayLayout({})
Creates a SundayLayout widget.
The style
, desktopLayoutStyle
, and mobileLayoutStyle
parameters
must not be null.
Implementation
const SundayLayout({
super.key,
required this.style,
required this.desktopLayoutStyle,
required this.mobileLayoutStyle,
required this.mainView,
});