enable property

bool enable
final

bool true - user can interact with button and called onPress function when user click on it. false - user can interact with button.

Implementation

final bool enable;