myLocationButtonEnabled property

bool myLocationButtonEnabled

Implementation

bool get myLocationButtonEnabled => _myLocationButtonEnabled;
void myLocationButtonEnabled=(bool value)

Implementation

set myLocationButtonEnabled(bool value) {
  this._myLocationButtonEnabled = value;
  notifyListeners();
}