systemFontFamily property

  1. @override
String? get systemFontFamily
override

The setting indicating the current system font of the host platform.

Implementation

@override
String? get systemFontFamily => _platformDispatcher.systemFontFamily;