UpperLabel constructor Null safety

UpperLabel(
  1. String text,
  2. TextStyle style,
  3. double height
)

Implementation

UpperLabel(this.text, this.style, this.height);