DeeResponsiveLayout constructor

const DeeResponsiveLayout({
  1. Key? key,
  2. required List<DeeResponsiveColumn> children,
})

Implementation

const DeeResponsiveLayout({super.key, required this.children});