menu
custom_pdf_converter package
documentation
pdf.dart
PdfColor
isLight property
isLight property
dark_mode
light_mode
isLight
property
bool
get
isLight
Determines whether the given
PdfColor
is light.
Implementation
bool get isLight => !isDark;
custom_pdf_converter package
documentation
pdf
PdfColor
isLight property
PdfColor class