Label<T extends num> constructor

Label<T extends num>(
  1. String label,
  2. T left,
  3. T top,
  4. T width,
  5. T height, [
  6. Color? color,
])

Implementation

Label(this.label, T left, T top, T width, T height, [this.color])
    : super(left, top, width, height);