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