DeviceOverviewAppBar constructor
- Key? key,
- required TabController tabController,
- required int deviceId,
- required List<
DeviceOverviewTab> tabs, - double? toolbarHeight,
- bool isEditMode = false,
- List<
Widget> ? actions,
Implementation
const DeviceOverviewAppBar({
super.key,
required this.tabController,
required this.deviceId,
required this.tabs,
this.toolbarHeight,
this.isEditMode = false,
this.actions,
});