Skip to content

Commit

Permalink
refactor: formatted code file using dart formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayaprakash-dev committed Jan 24, 2024
1 parent e356bc3 commit cde0f60
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,8 @@ class ImageBlockComponentWidgetState extends State<ImageBlockComponentWidget>
node: node,
delegate: this,
listenable: editorState.selectionNotifier,
dragAndDropListenable: editorState.dragAndDropSelectionNotifier,
dragAndDropListenable:
editorState.dragAndDropSelectionNotifier,
cursorColor: editorState.editorStyle.cursorColor,
selectionColor: editorState.editorStyle.selectionColor,
child: child!,
Expand Down

0 comments on commit cde0f60

Please sign in to comment.