colorCode property

int colorCode
final

The color code of the bookmark.

This color code is used to display the bookmark in the correct color.

Example:

final bookmarkColorCode = 0xFF123456;

Implementation

final int colorCode;