FontValue constructor

FontValue({
  1. required String path,
})

Class that defines data for fonts.

フォント用のデータを定義するクラス。

Implementation

FontValue({
  required this.path,
});