FixedMaterialAccentColor

Sealed Class
Exact pre-created accent swatch. Use this when you need to match Flutter accent tables exactly.

Properties

this[int]: Color
Resolves a shade by weight.

Constructors

FixedMaterialAccentColor(primaryArgb: int, shade100: int, shade200: int, shade400: int, shade700: int, name: string)
FixedMaterialAccentColor(primaryArgb: uint, shade100: uint, shade200: uint, shade400: uint, shade700: uint, name: string)

Methods

GetArgb(weight: int): int
Resolves a shade ARGB by weight.

Inherited Members

Extension Methods

DescribeIdentityShortHashToStringNullable

On this page