all<T> static method

ButtonState<T> all<T>(
  1. T value
)

Implementation

static ButtonState<T> all<T>(T value) => _AllButtonState(value);