dark constant

CursorTheme const dark

Dark theme cursor configuration.

Uses the same cursor styles as light theme, as cursor visibility is typically handled by the operating system.

Implementation

static const dark = CursorTheme(
  selectionCursor: SystemMouseCursors.grab,
  dragCursor: SystemMouseCursors.grabbing,
  nodeCursor: SystemMouseCursors.click,
  portCursor: SystemMouseCursors.precise,
);