ButtonStylePropertyAll<T> constructor

const ButtonStylePropertyAll<T>(
  1. T value
)

Creates a ButtonStylePropertyAll with the specified constant value.

Implementation

const ButtonStylePropertyAll(this.value);