LineHeightAttribute constructor
const
LineHeightAttribute({
- double? lineHeight,
Implementation
const LineHeightAttribute({double? lineHeight})
: super('line-height', AttributeScope.block, lineHeight);