RippleButtonStyle class

Constructors

RippleButtonStyle({double height = 40, double? width, double elevation = 0.0, TextStyle? text})
const

Properties

elevation double
elevation expects a double This will change the elevation to the ripple button default value is no border
final
hashCode int
The hash code for this object.
no setterinherited
height double
height expects a double This will change the height to the ripple button default value is no border
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text TextStyle?
text expects a TextStyle This will change the style from the text inside the ripple button default value is null (default text style)
final
width double?
width expects a double This will change the width to the ripple button default value is screen size width
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