Class CupertinoDynamicColor
Constructors
constructor
-
Parameters
-
props: { color: Color; darkColor: Color; darkElevatedColor: Color; darkHighContrastColor: Color; darkHighContrastElevatedColor: Color; debugLabel?: string; elevatedColor: Color; highContrastColor: Color; highContrastElevatedColor: Color }
-
-
darkColor: Color
-
darkElevatedColor: Color
-
darkHighContrastColor: Color
-
darkHighContrastElevatedColor: Color
-
Optional debugLabel?: string
-
elevatedColor: Color
-
highContrastColor: Color
-
highContrastElevatedColor: Color
Properties
darkHighContrastColor
dark
HighContrastColor: Color
darkHighContrastElevatedColor
dark
HighContrastElevatedColor: Color
debugLabel
debugLabel: string
highContrastElevatedColor
high
ContrastElevatedColor: Color
Methods
Static withBrightness
-
Parameters
-
props: { color: Color; darkColor: Color; debugLabel?: string }
-
-
darkColor: Color
-
Optional debugLabel?: string
Static withBrightnessAndContrast
-
Parameters
-
props: { color: Color; darkColor: Color; darkHighContrastColor: Color; debugLabel?: string; highContrastColor: Color }
-
-
darkColor: Color
-
darkHighContrastColor: Color
-
Optional debugLabel?: string
-
highContrastColor: Color