color property

int? color
final

color represents a hex color

Format: 0xHEXCODE (e.g. 0xff0000 would be red)

Implementation

final int? color;