menu
dart_pdf_editor package
documentation
dart_pdf_editor.dart
PdfPlatformFont
PdfPlatformFont.new const constructor
PdfPlatformFont.new const constructor
dark_mode
light_mode
PdfPlatformFont
constructor
const
PdfPlatformFont
(
{
required
String
label
,
required
Future
<
Uint8List
?
>
loadBytes
(),
String
?
family
,
})
Implementation
const PdfPlatformFont({ required this.label, required this.loadBytes, this.family, });
dart_pdf_editor package
documentation
dart_pdf_editor
PdfPlatformFont
PdfPlatformFont.new const constructor
PdfPlatformFont class