AIGradientScaffold constructor
const
AIGradientScaffold({
- Key? key,
- required Widget child,
- PreferredSizeWidget? appBar,
Implementation
const AIGradientScaffold({
Key? key,
required this.child,
this.appBar,
}) : super(key: key);