build method

  1. @override
Widget build(
  1. FormioComponentBuildContext context
)
override

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);