DemoLayout constructor

DemoLayout({
  1. Key? key,
  2. List<Widget> children = const [],
})

Implementation

DemoLayout({Key? key, this.children = const []}) : super(key: key);