BackgroundAttribute constructor

BackgroundAttribute(
  1. String? val
)

Implementation

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