KDJStyle constructor

const KDJStyle({
  1. Color kColor = const Color(0xFFFFC634),
  2. Color dColor = const Color(0xff35cdac),
  3. Color jColor = const Color(0xffb48ee3),
})

Implementation

const KDJStyle({
  this.kColor = const Color(0xFFFFC634),
  this.dColor = const Color(0xff35cdac),
  this.jColor = const Color(0xffb48ee3),
});