ScreenTemplate constructor Null safety
Implementation
const ScreenTemplate(
{Key? key,
required this.body,
required this.appBarTitle,
this.actions,
this.showDrawer = true})
: super(key: key);
const ScreenTemplate(
{Key? key,
required this.body,
required this.appBarTitle,
this.actions,
this.showDrawer = true})
: super(key: key);