NomoCard class

Constructors

NomoCard({dynamic key, required dynamic child, dynamic color, double elevation = CardConst.elevation, dynamic borderRadius, dynamic padding = CardConst.padding, dynamic margin = EdgeInsets.zero, dynamic offset = const Offset(0, 1), double? width, double? height, dynamic onPressed, dynamic decoration, dynamic shape})
const

Properties

borderRadius → dynamic
final
child → dynamic
final
color → dynamic
final
decoration → dynamic
final
elevation double
final
hashCode int
The hash code for this object.
no setterinherited
height double?
final
margin → dynamic
final
offset → dynamic
final
onPressed → dynamic
final
padding → dynamic
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shape → dynamic
final
width double?
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