AppBaseScreen constructor
const
AppBaseScreen({
- Key? key,
- required Widget child,
- String? title,
- AppBar? appBar,
- EdgeInsets contentPadding = const EdgeInsets.symmetric(horizontal: 16),
Implementation
const AppBaseScreen(
{super.key,
required this.child,
this.title,
this.appBar,
this.contentPadding = const EdgeInsets.symmetric(horizontal: 16)});