Oishi constructor
const
Oishi({
- Key? key,
- String? logo,
- required List<
ScreenConfig> screens, - required List<
ButtonConfig> buttons, - ActionConfig? action,
Implementation
const Oishi({
super.key,
this.logo,
required this.screens,
required this.buttons,
this.action,
});