PRFTextTheme class

Builds the PRF typography scale with the bundled Manrope family.

Fonts ship offline (declared as a Flutter font family in pubspec.yaml), so no runtime network fetching occurs.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

build(double scaleFactor, {required Color defaultTextColor, required Color secondaryTextColor}) TextTheme
getButtonTextStyle({required double scaleFactor}) TextStyle
Text style for buttons, shared across every button variant.
getDarkTheme({required double scaleFactor}) TextTheme
Public helper kept for consumer compatibility.
getLightTheme({required double scaleFactor}) TextTheme
Public helper kept for consumer compatibility.