PluginSetupStep constructor
const
PluginSetupStep({
- required SetupStepType type,
- required String label,
- bool required = true,
- Map<
String, dynamic> config = const {},
Implementation
const PluginSetupStep({
required this.type,
required this.label,
this.required = true,
this.config = const {},
});