fontFamily property

String? fontFamily
final

Custom font identifier. iOS expects the registered PostScript/family name. Android expects a res/font resource name without extension. When null, the native SDK default font is used.

Implementation

final String? fontFamily;