DashboardAppBar constructor

DashboardAppBar({
  1. double height = kToolbarHeight,
  2. required VoidCallback onClick,
  3. required VoidCallback leftOnClick,
})

Implementation

DashboardAppBar(
    {this.height = kToolbarHeight,
    required this.onClick,
    required this.leftOnClick});