OrgDetailScaffold constructor
Implementation
const OrgDetailScaffold({
super.key,
required this.orgId,
required this.title,
required this.body,
this.actions,
this.floatingActionButton,
this.titleWidget,
});
const OrgDetailScaffold({
super.key,
required this.orgId,
required this.title,
required this.body,
this.actions,
this.floatingActionButton,
this.titleWidget,
});