FontSize constructor

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

Implementation

FontSize(super.size, [super.unit]);