AdminScaffold constructor
const
AdminScaffold({})
Implementation
const AdminScaffold({
Key? key,
this.appBar,
this.sideBar,
this.leadingIcon,
required this.body,
this.backgroundColor,
this.mobileThreshold = 768.0,
}) : super(key: key);