DeeResponsiveLayout constructor
const
DeeResponsiveLayout({
- Key? key,
- required List<
DeeResponsiveColumn> children,
Implementation
const DeeResponsiveLayout({super.key, required this.children});