Font constructor

Font({
  1. String fontName = 'NORMAL',
})

Implementation

Font({this.fontName = 'NORMAL'});