AndrossyButtonProperty<T>.all constructor
const
AndrossyButtonProperty<T>.all (
- T value
Implementation
const AndrossyButtonProperty.all(T value)
: this(activated: value, disabled: value, enabled: value, loading: value);