background property

PositionComponent get background

The custom background of the modal.

Implementation

PositionComponent get background => _background ?? _backgroundComponent;
set background (PositionComponent value)

Implementation

set background(PositionComponent value) {
  _background = value;
  rebuild();
}