active property

  1. @HostBinding('class.material-tab')
bool get active

Whether the tab is active.

Implementation

@HostBinding('class.material-tab')
bool get active => _active;