MixAttributes class

Mix attributes

Constructors

MixAttributes.fromList(List<Attribute> attributes)
factory

Properties

alignment AlignmentAttribute?
getter/setter pair
aspectRatio AspectRatioAttribute?
getter/setter pair
axis AxisAttribute?
getter/setter pair
border BorderAttribute?
getter/setter pair
borderRadius BorderRadiusAttribute?
getter/setter pair
boxFit FittedAttribute?
getter/setter pair
boxShadow BoxShadowAttribute?
getter/setter pair
color ColorAttribute?
getter/setter pair
constraints ConstraintsAttribute?
getter/setter pair
crossAxisAlignment CrossAxisAlignmentAttribute?
getter/setter pair
decoration DecorationAttribute?
getter/setter pair
display HideAttribute?
getter/setter pair
flex FlexAttribute?
getter/setter pair
flexFit FlexFitAttribute?
getter/setter pair
gap GapAttribute?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
height HeightAttribute?
getter/setter pair
mainAxisAlignment MainAxisAlignmentAttribute?
getter/setter pair
mainAxisSize MainAxisSizeAttribute?
getter/setter pair
margin MarginAttribute?
getter/setter pair
maxHeight MaxHeightAttribute?
getter/setter pair
maxWidth MaxWidthAttribute?
getter/setter pair
minHeight MinHeightAttribute?
getter/setter pair
minWidth MinWidthAttribute?
getter/setter pair
opacity OpacityAttribute?
getter/setter pair
padding PaddingAttribute?
getter/setter pair
rotate RotateAttribute?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
width WidthAttribute?
getter/setter pair

Methods

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