ofFont method

Font? ofFont(
  1. String? key
)

Implementation

Font? ofFont(String? key) {
  return fontMap[key];
}