widgets/components/button_component library
A Flutter widget that renders a button based on a Form.io "button" component.
Supports configurable action types (submit, reset, etc.), label, theme,
and disabled state. Button logic is handled externally via the onPressed
callback.
Classes
Enums
- ButtonAction
- Defines the type of action the button performs.