hostClassIsPressed property

  1. @visibleForTemplate
  2. @HostBinding('class.is-pressed')
bool get hostClassIsPressed

Implementation

@visibleForTemplate
@HostBinding('class.is-pressed')
bool get hostClassIsPressed => isPressed;