Labels constructor

Labels({
  1. required Widget? lowLabel,
  2. required Widget? greatLabel,
})

Implementation

Labels({
  required this.lowLabel,
  required this.greatLabel,
});