builder abstract method

Widget builder(
  1. List<Object> argsKey,
  2. DynamicMap builderArg
)

Builds the widget builder at the given key.

If the node is not a widget builder, returns an ErrorWidget.

See also:

Implementation

Widget builder(List<Object> argsKey, DynamicMap builderArg);