FallBackTypography class

DefaultTypography provides a fallback set of typography styles. Default implementation of OrkittTypography

Inheritance

Constructors

FallBackTypography()

Properties

bodyLarge TextStyle
Large body text for main content paragraphs
no setteroverride
bodyMedium TextStyle
Medium body text for standard content and descriptions
no setteroverride
bodySmall TextStyle
Small body text for captions, metadata, and secondary information
no setteroverride
displayLarge TextStyle
Largest display style for hero sections and major headlines
no setteroverride
displayMedium TextStyle
Medium display style for page headers and important titles
no setteroverride
fontFamily String
Primary font family used throughout the application
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
labelLarge TextStyle
Large labels for buttons, navigation items, and prominent CTAs
no setteroverride
labelMedium TextStyle
Medium labels for form fields, section headers, and hints
no setteroverride
labelSmall TextStyle
Small labels for tags, status indicators, and compact UI elements
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
titleLarge TextStyle
Large titles for card headers, modal titles, and major sections
no setteroverride
titleMedium TextStyle
Medium titles for app bars, dialog titles, and content sections
no setteroverride
titleSmall TextStyle
Small titles for list items, subtitles, and tab labels
no setteroverride

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
toTextTheme(ColorScheme colorScheme) TextTheme
Converts the brand typography into a Material Design TextTheme
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited