lcdForegroundColor property Null safety

int lcdForegroundColor

Implementation

int get lcdForegroundColor => _lcdForegroundColor;
void lcdForegroundColor=(int? v)

Implementation

set lcdForegroundColor(int? v) =>
    _lcdForegroundColor = v ?? _lcdForegroundColorDefault;