const FontSize({required this.width, required this.height}) : assert(width > -1 && width < 8), assert(height > -1 && height < 8);