isActive property

bool get isActive

Shows whether the button is active. Set to true by default.

Implementation

bool get isActive => _jsObject.isActive;