background property

CSSEntry<CSSBackground>? background

Implementation

CSSEntry<CSSBackground>? get background =>
    _getEntry<CSSBackground>('background');
void background=(Object? value)

Implementation

set background(Object? value) => _addEntry(
    'background', CSSEntry.from<CSSBackground>('background', value));