lineheight property

LineheightAttribute? get lineheight

Implementation

LineheightAttribute? get lineheight =>
    attributes[EasyAttribute.lineHeight.key] as LineheightAttribute?;