DataEditorConfig constructor
DataEditorConfig({
- Color bgColor = Colors.black,
- EdgeInsets cropRectPadding = const EdgeInsets.all(20.0),
- double cornerLength = 30,
- double cornerWidth = 4,
- Color cornerColor = Colors.blue,
- Size cornerHitTestSize = const Size(40, 40),
- Color lineColor = Colors.white,
- double lineWidth = 2,
- double lineHitTestWidth = 40,
- double dottedLength = 2,
- Color dottedColor = Colors.white,
- EditorMaskColorHandler? editorMaskColorHandler,
Implementation
DataEditorConfig({
this.bgColor = Colors.black,
this.cropRectPadding = const EdgeInsets.all(20.0),
this.cornerLength = 30,
this.cornerWidth = 4,
this.cornerColor = Colors.blue,
this.cornerHitTestSize = const Size(40, 40),
this.lineColor = Colors.white,
this.lineWidth = 2,
this.lineHitTestWidth = 40,
this.dottedLength = 2,
this.dottedColor = Colors.white,
this.editorMaskColorHandler,
});