MyScaffold constructor
const
MyScaffold({
- Key? key,
- PreferredSizeWidget? appBar,
- Color? backgroundColor,
- String title = "",
- List<
Widget> ? children, - EdgeInsetsGeometry? padding,
- Widget? body,
- Widget? bottomButton,
- CrossAxisAlignment crossAxisAlignment = CrossAxisAlignment.start,
- KeyboardActionsConfig? keyboardConfig,
Implementation
const MyScaffold({
Key? key,
this.appBar,
this.backgroundColor,
this.title = "",
this.children,
this.padding,
this.body,
this.bottomButton,
this.crossAxisAlignment = CrossAxisAlignment.start,
this.keyboardConfig,
}) : super(key: key);