borderBackground property

dynamic get borderBackground

Implementation

ByteData? get borderBackground => _borderBackground;
set borderBackground (dynamic val)

Implementation

set borderBackground(ByteData? val) {
  _borderBackground = val;
  _set({"borderBackground": _dataToBase64(val)});
}