RippleButtonType enum

RippleButtonType are pre-config designs for the ripple button This is optional, if not set The widget will use your design for the button default value is RippleButtonType.none Note: Some RippleButtonStyles may not be applied if using RippleButtonType

Inheritance

Constructors

RippleButtonType()
const

Values

YELLOW → const RippleButtonType
AMBER → const RippleButtonType
PINK → const RippleButtonType
WHITE_TRANSLUCENT → const RippleButtonType
BLUE_TRANSLUCENT → const RippleButtonType
GREEN_LIGHT_WHATSAPP → const RippleButtonType
GREEN_DARK_WHATSAPP → const RippleButtonType
RED_GMAIL → const RippleButtonType
BLUE_TELEGRAM → const RippleButtonType
NONE → const RippleButtonType

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Constants

values → const List<RippleButtonType>
A constant List of the values in this enum, in order of their declaration.