StyleAttribute constructor

StyleAttribute(
  1. String? val
)

Implementation

StyleAttribute(String? val) : super('style', AttributeScope.IGNORE, val);