FontSize.em constructor

FontSize.em(
  1. double? em
)

Implementation

factory FontSize.em(double? em) {
  return FontSize(em, units: "em");
}