AppEventsPage constructor

const AppEventsPage({
  1. Key? key,
  2. required int deviceId,
  3. required Widget title,
  4. required bool resetFaultsEnabled,
  5. Color? searchBarColor,
})

Implementation

const AppEventsPage({
  super.key,
  required this.deviceId,
  required this.title,
  required this.resetFaultsEnabled,
  this.searchBarColor,
});