optionalBuilder abstract method

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

Builds the widget builder at the given key.

If the node is not a widget builder, returns null.

See also:

Implementation

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