parseLineClamp static method

int? parseLineClamp(
  1. String value
)

Implementation

static int? parseLineClamp(String value) {
  return CSSLength.toInt(value);
}