active property

  1. @HostBinding('class.active')
bool get active

Whether the element is active.

Implementation

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