ForegroundColorMsg constructor
const
ForegroundColorMsg({
- required String hex,
Creates a foreground color detection message from a hex color string.
Implementation
const ForegroundColorMsg({required this.hex});