onPaint property

dynamic Function(List<PaintContent> contents)? onPaint
final
  • 抬起时的回调当前的所以内容
  • Callback to the current content when lifted

Implementation

final Function(List<PaintContent> contents)? onPaint;