menu
dartcord_core package
documentation
dartcord_core.dart
MessageEmbed
color property
color property
dark_mode
light_mode
color
property
int
?
color
final
color
represents a hex color
Format: 0xHEXCODE (e.g. 0xff0000 would be red)
Implementation
final int? color;
dartcord_core package
documentation
dartcord_core
MessageEmbed
color property
MessageEmbed class