ForegroundColorMsg constructor

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

Implementation

const ForegroundColorMsg({required this.hex});