ForegroundColorMsg constructor

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

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

Implementation

const ForegroundColorMsg({required this.hex});