AndrossyButtonProperty<T>.all constructor

const AndrossyButtonProperty<T>.all(
  1. T value
)

Implementation

const AndrossyButtonProperty.all(T value)
    : this(activated: value, disabled: value, enabled: value, loading: value);