UGaugeBand constructor

const UGaugeBand({
  1. required double start,
  2. required double end,
  3. required Color color,
  4. String? label,
})

Implementation

const UGaugeBand({required this.start, required this.end, required this.color, this.label});