widgets property

Map<String, Widget> widgets
final

Map of widgets to map between depending on the key.

Implementation

final Map<String, Widget> widgets;