Font.withNameSize constructor

Font.withNameSize(
  1. String name,
  2. double size
)

Implementation

Font.withNameSize(this.name, this.size) {
  underline = false;
  bold = false;
  italic = false;
  color = 'FF000000';
}