TkfScaffold constructor
const
TkfScaffold({})
Implementation
const TkfScaffold(
{required this.onWillPop,
required this.body,
super.key,
this.appBar,
this.disableScrollView = false,
this.drawer,
this.scaffoldKey,
this.useSafeAre = true,
this.backgroundColor = Colors.white,
this.fab,
this.bottomNavBar});