SmoothSimpleButton class Null safety

Constructors

SmoothSimpleButton({required dynamic child, required dynamic onPressed, double minWidth = 15, double height = 20, dynamic borderRadius = ROUNDED_BORDER_RADIUS, dynamic padding = const EdgeInsets.all(10), dynamic buttonColor})
const

Properties

borderRadius → dynamic
final
buttonColor → dynamic
final
child → dynamic
final
hashCode int
The hash code for this object. [...]
read-only, inherited
height double
final
minWidth double
final
onPressed → dynamic
final
padding → dynamic
final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

build(dynamic context) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
A string representation of this object. [...]
inherited

Operators

operator ==(Object other) bool
The equality operator. [...]
inherited