lcdForegroundColor property Null safety
Implementation
int get lcdForegroundColor => _lcdForegroundColor;
Implementation
set lcdForegroundColor(int? v) =>
_lcdForegroundColor = v ?? _lcdForegroundColorDefault;
int get lcdForegroundColor => _lcdForegroundColor;
set lcdForegroundColor(int? v) =>
_lcdForegroundColor = v ?? _lcdForegroundColorDefault;