isActive property
A Boolean value that determines whether the active on inactive version of location indicator is shown.
Returns true if active version of the location indicator is shown or false
when inactive version is shown. By default, it is true.
Implementation
bool get isActive;
A Boolean value that determines whether the active on inactive version of location indicator is shown.
Sets whether the active or inactive version of location indicator is to be shown.
the indicator to active state if true is passed and to inactive state when false
is passed. By default, it is true.
Implementation
set isActive(bool value);