ButtonBox class

Constructors

ButtonBox({dynamic key, required dynamic color, required dynamic disabledColor, required dynamic highlightColor, required dynamic splashColor, required double elevation, required dynamic borderRadius, required dynamic border, required dynamic child})
const

Properties

border → dynamic
final
borderRadius → dynamic
final
child → dynamic
final
color → dynamic
final
disabledColor → dynamic
final
elevation double
final
hashCode int
The hash code for this object.
no setterinherited
highlightColor → dynamic
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
splashColor → dynamic
final

Methods

build(dynamic context) → dynamic
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