CustomAppBar constructor
CustomAppBar({})
Implementation
CustomAppBar(
{Key? key,
required this.appMode,
required this.role,
required this.floorAction,
this.height = kToolbarHeight,
required this.moreCallbacks,
required this.raiseHandCallbacks})
: super(key: key);