MonitoringPage constructor

const MonitoringPage({
  1. Key? key,
  2. Color? appBarColor,
  3. Color? backgroundColor,
  4. Color? accentColor,
  5. Color? textColor,
})

Implementation

const MonitoringPage({
  super.key,
  this.appBarColor,
  this.backgroundColor,
  this.accentColor,
  this.textColor,
});