findConstructor method

  1. @protected
LocalWidgetBuilder? findConstructor(
  1. String name
)

Returns the builder for the widget of the given name, if any.

Implementation

@protected
LocalWidgetBuilder? findConstructor(String name) {
  return _widgets[name];
}