ZbStyleSet constructor

const ZbStyleSet({
  1. Key? key,
  2. required KlineState kline,
  3. required KlinePathcalCulation p,
  4. required Map style,
  5. required Map propertys,
  6. required bool isWeb,
  7. required Map zbSetPro,
  8. 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,
});