SingleItemLayout constructor
SingleItemLayout({
- bool useSafeArea = false,
- bool showAppBar = false,
- List<
MenuAction> ? actions,
Implementation
SingleItemLayout({
this.useSafeArea = false,
this.showAppBar = false,
this.actions,
}) : super(schemaType: schemaName);