XBody constructor
const
XBody({
- Key? key,
- Color? backgroundColor,
- double? padding,
- ImageProvider<
Object> ? backgroundImage, - PreferredSizeWidget? appBar,
- Function? onwillpop,
- bool? dismiss = false,
- bool? scroll = false,
- MainAxisAlignment? mainAxisAlignment = MainAxisAlignment.start,
- CrossAxisAlignment? crossAxisAlignment = CrossAxisAlignment.center,
- List<
Widget> ? children, - Widget? body,
Implementation
const XBody({
super.key,
this.backgroundColor,
this.padding,
this.backgroundImage,
this.appBar,
this.bottomNavigationBar,
this.onwillpop,
this.dismiss = false,
this.scroll = false,
this.mainAxisAlignment = MainAxisAlignment.start,
this.crossAxisAlignment = CrossAxisAlignment.center,
this.children,
this.body,
});