SystemGeneratorDetailsContents constructor
- Key? key,
- Widget? appBarTitle,
- required SystemData data,
- RefreshCallback onRefresh = Future.value,
- VoidCallback? onEventsLogTap,
- VoidCallback? onAdvancedParametersTap,
- Widget? serviceAgreementCard,
Implementation
const SystemGeneratorDetailsContents({
super.key,
this.appBarTitle,
required this.data,
this.onRefresh = Future.value,
this.onEventsLogTap,
this.onAdvancedParametersTap,
this.serviceAgreementCard,
});