DrawTool constructor

const DrawTool({
  1. Key? key,
  2. required KlineState kline,
  3. required KlinePathcalCulation p,
  4. required Map style,
  5. required Map drawToolPro,
  6. required Map propertys,
  7. required bool isWeb,
})

Implementation

const DrawTool({
  super.key,
  required this.kline,
  required this.p,
  required this.style,
  required this.drawToolPro,
  required this.propertys,
  required this.isWeb,
});