FontAttribute constructor

const FontAttribute(
  1. String? val
)

Implementation

const FontAttribute(String? val) : super('font', AttributeScope.inline, val);