CommonMainCanvas constructor

const CommonMainCanvas({
  1. Key? key,
  2. required Widget title,
  3. Widget? leading,
  4. Widget? body,
  5. Color? appBarBgColor,
})

Implementation

const CommonMainCanvas({Key? key,required this.title, this.leading, this.body, this.appBarBgColor}) : super(key: key);