drawBackground property

bool get drawBackground

Implementation

bool get drawBackground => _drawBackground;
set drawBackground (bool value)

Implementation

set drawBackground(bool value) {
  _drawBackground = value;
}