RippleButtonBorder class

Constructors

RippleButtonBorder({BorderSide side = BorderSide.none, BorderRadius radius = BorderRadius.zero})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
radius BorderRadius
side expects a BorderRadius Use this to customize ripple button corners This can be used to create rounded button corners
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
side BorderSide
side expects a BorderSide Use this to add a border to the ripple 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