isCurrent property
bool
get
isCurrent
Whether this route is the top-most route in the navigator.
Implementation
bool get isCurrent => _isCurrent;
Whether this route is the top-most route in the navigator.
bool get isCurrent => _isCurrent;