extraWidgets property

Map<String, Widget>? extraWidgets
final

The map of extra widgets that might want to be added like empty SizedBoxes for styling.

Implementation

final Map<String, Widget>? extraWidgets;