properties property

  1. @override
Map<Object, Object> get properties
override

Gets a central location for sharing state between components during the host building process.

Implementation

@override
Map<Object, Object> get properties => _hostBuilderContext.properties;