mapWidgetKey property

GlobalKey<State<StatefulWidget>>? mapWidgetKey
final

When you want to use key for the widget to get some features. such as position, size, etc you can use this

Implementation

final GlobalKey? mapWidgetKey;