FontValue constructor
FontValue({
- required String path,
Class that defines data for fonts.
フォント用のデータを定義するクラス。
Implementation
FontValue({
required this.path,
});
Class that defines data for fonts.
フォント用のデータを定義するクラス。
FontValue({
required this.path,
});