MultiPlatformScaffold constructor
const
MultiPlatformScaffold({})
Implementation
const MultiPlatformScaffold(
{super.key,
this.floatingActionButton,
this.backgroundColor,
this.appBarColor,
this.appBar,
this.resizeToAvoidBottomInset,
this.actions,
required this.body,
this.macOsLeading,
this.title,
this.macOsActions});