FxBox class

Available Extensions

Constructors

FxBox({Widget? child})

Properties

black FxBox?
no setterinherited
child Widget?
final
circle FxBox
no setter
flutterAlignment Alignment?
getter/setter pairinherited
flutterColor Color?
getter/setter pairinherited
flutterPadding EdgeInsetsGeometry?
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
rounded FxBox
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shadow FxBox
Shadowing
no setter
shadowLg FxBox
no setter
shadowMd FxBox
no setter
shadowSm FxBox
no setter
transparent FxBox?
no setterinherited
white FxBox?
no setterinherited

Methods

alignment(Alignment val) FxBox?
inherited
bgImage(DecorationImage image) FxBox
blue(int shade) FxBox?
inherited
border({Color color = Colors.black, double width = 1.0, BorderStyle style = BorderStyle.solid}) FxBox
Bordering
color(Color color) FxBox
flutterDecoration(Color _color, FxCurve curveType, double elevation) FxNeumorph
inherited
gray(int shade) FxBox?
inherited
green(int shade) FxBox?
inherited
height(double val) FxBox
hexColor(String colorHex) FxBox
indigo(int shade) FxBox?
inherited
linearGradient(List<Color> colors) FxBox
Gradienting
make({Key? key}) Widget
margin(EdgeInsetsGeometry val) FxBox
neumorphic({Color? color, FxCurve curve = FxCurve.concave, double elevation = 12.0}) FxBox
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
orange(int shade) FxBox?
inherited
p([double value = 8.0]) FxBox?
Creates EdgeInsets.all with Provided Value
inherited
padding(EdgeInsetsGeometry val) FxBox
pb([double value = 8.0]) FxBox?
Creates EdgeInsets.only with Provided Value for Bottom Side
inherited
pink(int shade) FxBox?
inherited
pl([double value = 8.0]) FxBox?
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}) FxBox?
Creates EdgeInsets.only with Provided Value for right Side
inherited
pr([double value = 8.0]) FxBox?
Creates EdgeInsets.only with Provided Value for Right Side
inherited
pSy({double x = 0.0, double y = 0.0}) FxBox?
Creates EdgeInsets.symmetric with Provided Value
inherited
pt([double value = 8.0]) FxBox?
Creates EdgeInsets.only with Provided Value for Top Side
inherited
purple(int shade) FxBox?
inherited
radialGradient(List<Color> colors) FxBox
red(int shade) FxBox?
inherited
setChildForAlignment(FxBox child) → void
inherited
setChildToColor(FxBox child) → void
inherited
setChildToPad(FxBox child) → void
inherited
shadowOutline({Color? outlineColor}) FxBox
sweepGradient(List<Color> colors) FxBox
teal(int shade) FxBox?
inherited
toString() String
A string representation of this object.
inherited
transform(Matrix4 val) FxBox
width(double val) FxBox
withBorderRadius(BorderRadius borderRadius) FxBox
Provide custom BorderRadius
withGradient(Gradient gradient) FxBox
withShadow(List<BoxShadow> shadows) FxBox
Provide custom list of box shadows
yellow(int shade) FxBox?
inherited

Operators

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