borderBackground property

ByteData? get borderBackground

Implementation

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

Implementation

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