MainLayoutAdaptativy constructor

const MainLayoutAdaptativy({
  1. Key? key,
  2. Widget? left,
  3. Widget? body,
  4. Widget? right,
  5. PreferredSize? appBar,
})

Implementation

const MainLayoutAdaptativy(
    {Key? key,
    this.left,
    this.body,
    this.right,
    this.appBar})
    : super(key: key);