BOLLStyle constructor

const BOLLStyle({
  1. Color bollColor = const Color(0xFFF7931A),
  2. Color ubColor = const Color(0xFFFFC634),
  3. Color lbColor = const Color(0xFFFFC634),
  4. Color fillColor = const Color(0x12FFC634),
})

Implementation

const BOLLStyle({
  this.bollColor = const Color(0xFFF7931A),
  this.ubColor = const Color(0xFFFFC634),
  this.lbColor = const Color(0xFFFFC634),
  this.fillColor = const Color(0x12FFC634),
});