Font constructor
Font({
- FontWeight weight = FontWeight.normal,
- FontStyle style = FontStyle.normal,
- String family = "Arial",
- int size = 16,
Implementation
Font({this.weight = FontWeight.normal, this.style = FontStyle.normal, this.family = "Arial", this.size = 16});