SystemGeneratorDetailsContents constructor

const SystemGeneratorDetailsContents({
  1. Key? key,
  2. Widget? appBarTitle,
  3. required SystemData data,
  4. RefreshCallback onRefresh = Future.value,
  5. VoidCallback? onEventsLogTap,
  6. VoidCallback? onAdvancedParametersTap,
  7. Widget? serviceAgreementCard,
})

Implementation

const SystemGeneratorDetailsContents({
  super.key,
  this.appBarTitle,
  required this.data,
  this.onRefresh = Future.value,
  this.onEventsLogTap,
  this.onAdvancedParametersTap,
  this.serviceAgreementCard,
});