VSectionMessageStyle class
Constructors
-
VSectionMessageStyle({Color? normalColor, Color? infoBGColor, Color? infoIconColor, Color? infoHLColor, Color? warningBGColor, Color? warningIconColor, Color? warningHLColor, Color? errorBGColor, Color? errorIconColor, Color? errorHLColor, Color? successBGColor, Color? successIconColor, Color? successHLColor, Color? subtleBGColor, Color? subtleHLColor, Color? subtleIconColor, Color? borderColor})
-
const
Methods
-
copyWith({Color? normalColor, dynamic infoBGColor, dynamic infoIconColor, dynamic infoHLColor, dynamic warningBGColor, dynamic warningIconColor, dynamic warningHLColor, dynamic errorBGColor, dynamic errorIconColor, dynamic errorHLColor, dynamic successBGColor, dynamic successIconColor, dynamic successHLColor, dynamic subtleBGColor, dynamic subtleHLColor, dynamic subtleIconColor, dynamic borderColor})
→ VSectionMessageStyle
-
Creates a copy of this theme extension with the given fields
replaced by the non-null parameter values.
override
-
lerp(covariant ThemeExtension<VSectionMessageStyle>? other, double t)
→ VSectionMessageStyle
-
Linearly interpolate with another ThemeExtension object.
override
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited