dynamic_fonts library

Classes

DynamicFonts
DynamicFontsFile
Describes a font file as it is expected to be received from the server.
DynamicFontsVariant
Represents a font variant in Flutter-specific types.

Typedefs

TextStyleBuilder = TextStyle Function({Paint? background, Color? backgroundColor, Color? color, TextDecoration? decoration, Color? decorationColor, TextDecorationStyle? decorationStyle, double? decorationThickness, List<FontFeature>? fontFeatures, double? fontSize, FontStyle? fontStyle, FontWeight? fontWeight, Paint? foreground, double? height, double? letterSpacing, Locale? locale, List<Shadow>? shadows, TextBaseline? textBaseline, TextStyle? textStyle, double? wordSpacing})
TextThemeBuilder = TextTheme Function([TextTheme?])