lcdBackgroundColor property Null safety

int lcdBackgroundColor

Implementation

int get lcdBackgroundColor => _lcdBackgroundColor;
void lcdBackgroundColor=(int? v)

Implementation

set lcdBackgroundColor(int? v) =>
    _lcdBackgroundColor = v ?? _lcdBackgroundColorDefault;