isActive property
bool
get
isActive
Shows whether the button is active. Set to true by default.
Implementation
bool get isActive => _jsObject.isActive;
Shows whether the button is active. Set to true by default.
bool get isActive => _jsObject.isActive;