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

display TextStyle
final
hashCode int
The hash code for this object.
no setterinherited
headline TextStyle
final
label TextStyle
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title TextStyle
final

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