BackgroundColorMsg constructor

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

Implementation

const BackgroundColorMsg({required this.hex});