AdaptiveScaffold constructor
const
AdaptiveScaffold({
- Key? key,
- AdaptiveBarData? barData,
- required Widget body,
- Color? backgroundColor,
Implementation
const AdaptiveScaffold({
super.key,
this.barData,
required this.body,
this.backgroundColor,
}) : _targetType = TargetType.adaptive;