ZbStyleSet constructor
const
ZbStyleSet({
- Key? key,
- required KlineState kline,
- required KlinePathcalCulation p,
- required Map style,
- required Map propertys,
- required bool isWeb,
- required Map zbSetPro,
- Map? zbStyle,
Implementation
const ZbStyleSet({
super.key,
required this.kline,
required this.p,
required this.style,
required this.propertys,
required this.isWeb,
required this.zbSetPro,
this.zbStyle,
});