CursorColorMsg constructor

const CursorColorMsg({
  1. required String hex,
})

Creates a cursor color detection message from a hex color string.

Implementation

const CursorColorMsg({required this.hex});