widgets/components/custom_component library
A Flutter widget that renders a placeholder for a developer-defined custom component, based on a Form.io "custom" component.
Since the behavior of a custom component is not known at compile-time, this widget provides a flexible callback hook for rendering and handling data, or simply displays an unsupported message.
Classes
Typedefs
- CustomComponentBuilder = Widget Function(ComponentModel component, dynamic value, ValueChanged onChanged)