BlockNoteFontFile constructor
const
BlockNoteFontFile({
- required String path,
- required BlockNoteFontFormat format,
- FontWeight? weight,
- FontStyle? style,
Creates a new font file configuration.
Implementation
const BlockNoteFontFile({
required this.path,
required this.format,
this.weight,
this.style,
});