isDownAndSelected property

bool get isDownAndSelected

Implementation

bool get isDownAndSelected {
  return this == ButtonState.downAndSelected;
}