build method
Builds the widget for this component.
The context parameter contains all the necessary information
to build the component, including the component definition,
current value, and callbacks.
Implementation
@override
Widget build(FormioComponentBuildContext context) => _builder(context);