ResponsiveLayout constructor
const
ResponsiveLayout({
- Key? key,
- required Map<
FormFactor, Widget> children, - ResponsiveLayoutDelegate delegate = const DefaultResponsiveLayoutDelegate(),
Creates an instance of ResponsiveLayout widget.
Implementation
const ResponsiveLayout({
Key? key,
required this.children,
this.delegate = const DefaultResponsiveLayoutDelegate(),
}) : super(key: key);