FontSizes constructor

FontSizes({
  1. int? standard,
  2. int? fixed,
})

Implementation

FontSizes({this.standard, this.fixed});