DecorData class

Inheritance

Constructors

DecorData({Widget? child, double? width, double? height, Alignment? alignment, EdgeInsets padding = EdgeInsets.zero, EdgeInsets margin = EdgeInsets.zero, BoxConstraints? constraints, DecorStyle style = DecorStyle.linear, Clip clip = Clip.antiAlias})

Properties

alignment Alignment?
getter/setter pair
child Widget?
getter/setter pairinherited
clip Clip
getter/setter pair
constraints BoxConstraints?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
height double?
getter/setter pair
margin EdgeInsets
getter/setter pair
padding EdgeInsets
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
style DecorStyle
getter/setter pair
width double?
getter/setter pair

Methods

lerp(dynamic decor) DecorData
override
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 &(dynamic data) DecorData
inherited
operator *(double operand) DecorData
inherited
operator ==(Object other) bool
The equality operator.
inherited
operator |(dynamic data) DecorData
inherited