isActive property

bool get isActive

Implementation

bool get isActive => (!widget.disabled && !widget.loading);