StyleBinding constructor

StyleBinding(
  1. String name,
  2. String? unit
)

Implementation

StyleBinding(this.name, this.unit);