FlumeRawTypography class Foundation

Raw typography data.

Constructors

FlumeRawTypography({required FlumeTypographyData header1, required FlumeTypographyData header2, required FlumeTypographyData header3, required FlumeTypographyData header4, required FlumeTypographyData header5, required FlumeTypographyData body1, required FlumeTypographyData body2, required FlumeTypographyData body3, required FlumeTypographyData button, required FlumeTypographyData link, required FlumeTypographyData label1, required FlumeTypographyData label2, required FlumeTypographyData label3})
const

Properties

body1 FlumeTypographyData
{@category Foundation} {@subCategory Typography} Body 1 typography data.
final
body2 FlumeTypographyData
{@category Foundation} {@subCategory Typography} Body 2 typography data.
final
body3 FlumeTypographyData
{@category Foundation} {@subCategory Typography} Body 3 typography data.
final
button FlumeTypographyData
{@category Foundation} {@subCategory Typography} Button typography data.
final
hashCode int
The hash code for this object.
no setterinherited
header1 FlumeTypographyData
{@category Foundation} {@subCategory Typography} Header 1 typography data.
final
header2 FlumeTypographyData
{@category Foundation} {@subCategory Typography} Header 2 typography data.
final
header3 FlumeTypographyData
{@category Foundation} {@subCategory Typography} Header 3 typography data.
final
header4 FlumeTypographyData
{@category Foundation} {@subCategory Typography} Header 4 typography data.
final
header5 FlumeTypographyData
{@category Foundation} {@subCategory Typography} Header 5 typography data.
final
label1 FlumeTypographyData
{@category Foundation} {@subCategory Typography} Label 1 typography data.
final
label2 FlumeTypographyData
{@category Foundation} {@subCategory Typography} Label 2 typography data.
final
label3 FlumeTypographyData
{@category Foundation} {@subCategory Typography} Label 3 typography data.
final
{@category Foundation} {@subCategory Typography} Link typography data.
final
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