CanvasView constructor
CanvasView({})
Implementation
CanvasView({
Key? key,required this.title,
required this.appBarBackground,
this.actions,this.bodies,
this.backgroundColor,
this.currentIndexTab=0,
this.isBottomNavigationBar=false,
this.bottomBackgroundColor = Colors.white
});