SmoothActionButton class Null safety

Constructors

SmoothActionButton({required String text, required dynamic onPressed, double minWidth = 15, double height = 20})
const

Properties

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

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