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