CursorColorMsg constructor

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

Implementation

const CursorColorMsg({required this.hex});