DanUIScreenWrapper constructor
const
DanUIScreenWrapper({
- Key? key,
- required Widget child,
- Widget? backgroundChild,
- EdgeInsetsGeometry childPadding = EdgeInsets.zero,
- required Widget button,
- EdgeInsetsGeometry buttonPadding = EdgeInsets.zero,
- Color? backgroundColor = Colors.white,
- Widget? floatingActionButton,
- RefreshCallback? onRefresh,
- PreferredSizeWidget? appBar,
Implementation
const DanUIScreenWrapper({
super.key,
required this.child,
this.backgroundChild,
this.childPadding = EdgeInsets.zero,
required this.button,
this.buttonPadding = EdgeInsets.zero,
this.backgroundColor = Colors.white,
this.floatingActionButton,
this.onRefresh,
this.appBar,
});