LocalWidgetLibrary constructor

LocalWidgetLibrary(
  1. Map<String, LocalWidgetBuilder> _widgets
)

Create a LocalWidgetLibrary.

The given map must not change once the object is created.

Implementation

LocalWidgetLibrary(this._widgets);