isActive property

  1. @Input('active')
bool isActive
getter/setter pair

Whether the tab represented by this button is currently active.

Implementation

@Input('active')
bool isActive = false;