FontSize constructor

const FontSize(
  1. double? size, {
  2. String units = "",
})

Implementation

const FontSize(this.size, {this.units = ""});