AttachmentMenuBotColor constructor

const AttachmentMenuBotColor({
  1. required int lightColor,
  2. required int darkColor,
})

Describes a color to highlight a bot added to attachment menu

Implementation

const AttachmentMenuBotColor({
  required this.lightColor,
  required this.darkColor,
});