Sizes({double? fontSize, double? letterSpacing}) : super(fontSize!, letterSpacing) { _fontSize = fontSize; _letterSpacing = letterSpacing; }