DeeResponsiveLayout constructor
const
DeeResponsiveLayout({
- Key? key,
- required List<
DeeResponsiveColumn> children,
Creates a DeeResponsiveLayout with the specified children.
children is a list of DeeResponsiveColumn to be displayed in the layout.
Implementation
const DeeResponsiveLayout({super.key, required this.children});