FxCard class

Available Extensions

Constructors

FxCard(Widget _child)

Properties

black FxCard?
no setterinherited
flutterColor Color?
getter/setter pairinherited
flutterPadding EdgeInsetsGeometry?
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
roundedFull FxCard?
no setterinherited
roundedNone FxCard?
no setterinherited
roundedValue double
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transparent FxCard?
no setterinherited
white FxCard?
no setterinherited
zero FxCard
no setter

Methods

blue(int shade) FxCard?
inherited
color(Color color) FxCard
elevation(double val) FxCard
gray(int shade) FxCard?
inherited
green(int shade) FxCard?
inherited
hexColor(String colorHex) FxCard
indigo(int shade) FxCard?
inherited
make({Key? key}) Widget
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
orange(int shade) FxCard?
inherited
p([double value = 8.0]) FxCard?
Creates EdgeInsets.all with Provided Value
inherited
pb([double value = 8.0]) FxCard?
Creates EdgeInsets.only with Provided Value for Bottom Side
inherited
pink(int shade) FxCard?
inherited
pl([double value = 8.0]) FxCard?
Creates EdgeInsets.only with Provided Value for Left Side
inherited
po({double t = 0.0, double b = 0.0, double l = 0.0, double r = 0.0}) FxCard?
Creates EdgeInsets.only with Provided Value for right Side
inherited
pr([double value = 8.0]) FxCard?
Creates EdgeInsets.only with Provided Value for Right Side
inherited
pSy({double x = 0.0, double y = 0.0}) FxCard?
Creates EdgeInsets.symmetric with Provided Value
inherited
pt([double value = 8.0]) FxCard?
Creates EdgeInsets.only with Provided Value for Top Side
inherited
purple(int shade) FxCard?
inherited
red(int shade) FxCard?
inherited
setChildToColor(FxCard child) → void
inherited
setChildToPad(FxCard child) → void
inherited
setChildToRound(FxCard child) → void
inherited
teal(int shade) FxCard?
inherited
toString() String
A string representation of this object.
inherited
withRounded([double value = 12.0]) FxCard?
inherited
yellow(int shade) FxCard?
inherited

Operators

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