RawSystemDashboardPage constructor

const RawSystemDashboardPage({
  1. Key? key,
  2. required SystemData data,
  3. RefreshCallback? onRefresh,
})

Implementation

const RawSystemDashboardPage({
  super.key,
  required this.data,
  this.onRefresh,
});