M3EEmphasized class
Expressive emphasis tweaks layered on top of baseline M3 type. Keep line-height the same; only tune weight/letter-spacing for emphasis.
- Annotations
Constructors
- M3EEmphasized({required TextStyle display, required TextStyle headline, required TextStyle title, required TextStyle label})
-
const
Properties
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
-
forBrightness(
Brightness b) → M3EEmphasized - M3E guidance: slightly heavier weights and tighter tracking for large roles.
-
lerp(
M3EEmphasized a, M3EEmphasized b, double t) → M3EEmphasized