USlice constructor

const USlice({
  1. required double value,
  2. String? label,
  3. Color? color,
})

Implementation

const USlice({required this.value, this.label, this.color});