AdaptivePage constructor
const
AdaptivePage({
- Key? key,
- required Widget child,
- AdaptiveAppBar? appBar,
- Widget? bottomBar,
Implementation
const AdaptivePage(
{super.key, required this.child, this.appBar, this.bottomBar});