MACDStyle constructor
const
MACDStyle({})
Implementation
const MACDStyle({
this.upColor = const Color(0xFF14AD8F),
this.dnColor = const Color(0xFFD5405D),
this.macdColor = const Color(0xFFFFC634),
this.difColor = const Color(0xff35cdac),
this.deaColor = const Color(0xffb48ee3),
this.macdWidth = 8.5,
});