SolidFormattingSet constructor

const SolidFormattingSet({
  1. required double lowerThreshold,
  2. required double higherThreshold,
  3. required String color,
})

Implementation

const SolidFormattingSet({
  required this.lowerThreshold,
  required this.higherThreshold,
  required this.color,
});