AttachMenuBotIconColor constructor

const AttachMenuBotIconColor({
  1. required String name,
  2. required int color,
})

Attach Menu Bot Icon Color constructor.

Implementation

const AttachMenuBotIconColor({required this.name, required this.color})
    : super._();