FlutterRunSettings.

UseTestFonts Property

Summary

--[no-]use-test-fonts Enable (and default to) the "Ahem" font. This is a special font used in tests to remove any dependencies on the font metrics. It is enabled when you use "flutter test". Set this flag when running a test using "flutter run" for debugging purposes. This flag is only available when running in debug mode.
Assembly
Cake.Flutter.dll
Namespace
Cake.Flutter
Containing Type
FlutterRunSettings

Syntax

public Nullable<bool> UseTestFonts { get; set; }

Value

Type Description
Nullable<bool>