colorCode property
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;
The color code of the bookmark.
This color code is used to display the bookmark in the correct color.
Example:
final bookmarkColorCode = 0xFF123456;
final int colorCode;