SingleItemLayout constructor

SingleItemLayout({
  1. bool useSafeArea = false,
  2. bool showAppBar = false,
  3. List<MenuAction>? actions,
})

Implementation

SingleItemLayout({
  this.useSafeArea = false,
  this.showAppBar = false,
  this.actions,
}) : super(schemaType: schemaName);