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