BackgroundAttribute constructor
BackgroundAttribute(
- String? val
Implementation
BackgroundAttribute(String? val)
: super('background', AttributeScope.INLINE, val);
BackgroundAttribute(String? val)
: super('background', AttributeScope.INLINE, val);