RPColors class

Inheritance
Annotations

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

Properties

backgroundGray Color?
final
grey100 Color?
final
grey200 Color?
final
grey300 Color?
final
grey400 Color?
final
grey50 Color?
final
grey500 Color?
final
grey600 Color?
final
grey700 Color?
final
grey800 Color?
final
grey900 Color?
final
grey950 Color?
final
hashCode int
The hash code for this object.
no setterinherited
primary Color?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tabBarBackground Color?
final
type Object
The extension's type.
no setterinherited
warningColor Color?
final
white Color?
final

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

Operators

operator ==(Object other) bool
The equality operator.
inherited