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