active property
bool
get
active
A flag indicating whether this page is at the top of the history, i.e., whether it's the currently user-interacted page.
Implementation
bool get active => _active && mounted;