lineHeight method

  1. @ControllerProps(NodeProps.kLineHeight)
void lineHeight(
  1. int lineHeight
)

Implementation

@ControllerProps(NodeProps.kLineHeight)
void lineHeight(int lineHeight) {
  _lineHeight = (lineHeight == -1.0 ? null : lineHeight)?.toDouble();
  markDirty();
}