ATSDetailsContents constructor
- Key? key,
- Widget? appBarTitle,
- required SystemAtsData data,
- RefreshCallback onRefresh = Future.value,
Implementation
const ATSDetailsContents({
super.key,
this.appBarTitle,
required this.data,
this.onRefresh = Future.value,
});