IconTheme
Customizes the appearance of Icon
controls across the app.
Properties
-
apply_text_scaling
(bool | None
) –Overrides the default value for
-
color
(ColorValue | None
) –Overrides the default value for
Icon.color
. -
fill
(Number | None
) –Overrides the default value for
Icon.fill
. -
grade
(Number | None
) –Overrides the default value for
Icon.grade
. -
opacity
(Number | None
) –An opacity to apply to both explicit and default icon colors.
-
optical_size
(Number | None
) –Overrides the default value for
Icon.optical_size
. -
shadows
(BoxShadowValue | None
) –Overrides the default value for
Icon.shadows
. -
size
(Number | None
) –Overrides the default value for
Icon.size
. -
weight
(Number | None
) –Overrides the default value for
Icon.weight
.
Properties#
apply_text_scaling
#
apply_text_scaling: bool | None = None
Overrides the default value for
Icon.apply_text_scaling
.
opacity
#
opacity: Number | None = None
An opacity to apply to both explicit and default icon colors.
optical_size
#
optical_size: Number | None = None
Overrides the default value for Icon.optical_size
.