AdaptivePage constructor

const AdaptivePage({
  1. Key? key,
  2. required Widget child,
  3. AdaptiveAppBar? appBar,
  4. Widget? bottomBar,
})

Implementation

const AdaptivePage(
    {super.key, required this.child, this.appBar, this.bottomBar});