LineHeight.percent constructor

LineHeight.percent(
  1. double percent
)

Implementation

factory LineHeight.percent(double percent) {
  return LineHeight(percent / 100.0 * 1.2, units: "%");
}