BackgroundAttribute constructor

const BackgroundAttribute(
  1. String? val
)

Implementation

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