RippleButtonColor class

Constructors

RippleButtonColor({Color background = Colors.amber, Color foreground = Colors.black, Color shadow = Colors.black, Color disabled = Colors.grey, Color overlay = Colors.white24})
const

Properties

background Color
background expects a Color This will change the background color from the button
final
disabled Color
disabled expects a Color This will change the color from the button when it is disabled
final
foreground Color
foreground expects a Color This will change the foreground color from the button
final
hashCode int
The hash code for this object.
no setterinherited
overlay Color
overlay expects a Color This will change the color on mouse over
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shadow Color
shadow expects a Color This will change the shadow color from the button
final

Methods

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