Decor class

Decor ~ BoxDecoration configuration class.

Inheritance

Constructors

Decor()

Properties

color_accent Decor
no setter
color_background Decor
no setter
color_none Decor
no setter
color_onBackground Decor
no setter
color_primary Decor
no setter
data DecorData
getter/setter pairinherited
fallback DecorData
finalinherited
hashCode int
The hash code for this object.
no setterinherited
orient_diagonal Decor
no setter
orient_horz Decor
no setter
orient_vert Decor
no setter
paint_accent Decor
no setter
paint_background Decor
no setter
paint_none Decor
no setter
paint_onBackground Decor
no setter
paint_primary Decor
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stroke_accent Decor
no setter
stroke_background Decor
no setter
stroke_none Decor
no setter
stroke_onBackground Decor
no setter
stroke_primary Decor
no setter
toDecoration Decoration
no setter
toGradient Gradient?
no setter

Methods

$ace(Ace shadow) Decor
$ink(Ink react) Decor
$radii(Radii radii) Decor
call() Widget
override
color(Color color) Decor
fill(List<DecorPaint> hue) Decor
lerp(dynamic decor) Decor
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
orient(Alignment center, Alignment focus) Decor
paint(Color color, [double stop = 1]) Decor
stroke(double thickness, [Color? color]) Decor
toString() String
A string representation of this object.
inherited
withAlignment(Alignment? alignment) Decor
withChild(Widget? child) Decor
command to set child
inherited
withClip(Clip? clip) Decor
withConstraints(BoxConstraints? constraints) Decor
withMargin(EdgeInsets? margin) Decor
withPadding(EdgeInsets? padding) Decor
withSize(double width, [double? height]) Decor
withStyle(DecorStyle? style) Decor

Operators

operator &(dynamic data) Decor
inherited
operator *(double factor) Decor
override
operator +(Decor operand) Decor
override
operator -(Decor operand) Decor
override
operator ==(Object other) bool
The equality operator.
inherited
operator |(dynamic data) Decor
inherited