FontKey.custom constructor

FontKey.custom(
  1. String key
)

Custom font key for runtime fonts

Implementation

factory FontKey.custom(String key) = _CustomKey;