AttachmentMenuBotColor constructor

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

Implementation

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