UiConfig constructor
UiConfig({})
Implementation
UiConfig({
this.hasListScreen = true,
this.hasDetailScreen = false,
this.hasFormScreen = false,
this.customWidgets = const [],
});
UiConfig({
this.hasListScreen = true,
this.hasDetailScreen = false,
this.hasFormScreen = false,
this.customWidgets = const [],
});