lcdBackgroundColor property Null safety
Implementation
int get lcdBackgroundColor => _lcdBackgroundColor;
Implementation
set lcdBackgroundColor(int? v) =>
_lcdBackgroundColor = v ?? _lcdBackgroundColorDefault;
int get lcdBackgroundColor => _lcdBackgroundColor;
set lcdBackgroundColor(int? v) =>
_lcdBackgroundColor = v ?? _lcdBackgroundColorDefault;