isDefault property

bool isDefault

Implementation

bool get isDefault {
  return this == ButtonState.up;
}