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