menu
intyx_dynamic_widget package
documentation
widgets/functional_widget.dart
FunctionalAction
FunctionalAction.new const constructor
FunctionalAction.new const constructor
dark_mode
light_mode
FunctionalAction
constructor
const
FunctionalAction
(
{
required
String
label
,
required
String
action
,
String
style
=
'primary'
,
})
Implementation
const FunctionalAction({ required this.label, required this.action, this.style = 'primary', });
intyx_dynamic_widget package
documentation
widgets/functional_widget
FunctionalAction
FunctionalAction.new const constructor
FunctionalAction class