FontSize constructor

FontSize(
  1. double size, [
  2. Unit unit = Unit.px
])

Implementation

FontSize(double size, [Unit unit = Unit.px]) : super(size, unit);