getIsEnable method

bool getIsEnable()

Implementation

bool getIsEnable() {
  return widget.enabled ?? true;
}