LineHeightAttribute constructor

const LineHeightAttribute({
  1. double? lineHeight,
})

Implementation

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