RenderResponsiveLayout constructor

const RenderResponsiveLayout({
  1. Key? key,
  2. List<LayoutCell> layoutCells = const [],
})

Implementation

const RenderResponsiveLayout({
  Key? key,
  List<LayoutCell> layoutCells = const [],
}) : super(key: key, children: layoutCells);