RPColors class
Constructors
-
RPColors.new({Color? primary, Color? warningColor, Color? backgroundGray, Color? tabBarBackground, Color? white, Color? grey50, Color? grey100, Color? grey200, Color? grey300, Color? grey400, Color? grey500, Color? grey600, Color? grey700, Color? grey800, Color? grey900, Color? grey950})
-
const
Methods
-
copyWith({Color? primary, Color? warningColor, Color? backgroundGray, Color? tabBarBackground, Color? white, Color? grey50, Color? grey100, Color? grey200, Color? grey300, Color? grey400, Color? grey500, Color? grey600, Color? grey700, Color? grey800, Color? grey900, Color? grey950})
→ RPColors
-
Creates a copy of this theme extension with the given fields
replaced by the non-null parameter values.
override
-
lerp(covariant RPColors? other, double t)
→ RPColors
-
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