BackgroundColorMsg constructor

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

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

Implementation

const BackgroundColorMsg({required this.hex});