FontSize constructor

FontSize(
  1. String value
)

Implementation

FontSize(String value) {
  _value = value;
}