AutoLayoutMixin class
- Implementers
- Available extensions
- Annotations
-
- @JS()
- @staticInterop
- @anonymous
Constructors
- AutoLayoutMixin.new({LayoutMode? layoutMode, LayoutWrap? layoutWrap, num? paddingLeft, num? paddingRight, num? paddingTop, num? paddingBottom, num? horizontalPadding, num? verticalPadding, PrimaryAxisSizingMode? primaryAxisSizingMode, CounterAxisSizingMode? counterAxisSizingMode, PrimaryAxisAlignItems? primaryAxisAlignItems, CounterAxisAlignItems? counterAxisAlignItems, CounterAxisAlignContent? counterAxisAlignContent, num? itemSpacing, num? counterAxisSpacing, bool? itemReverseZIndex, bool? strokesIncludedInLayout})
-
factory
Properties
- counterAxisAlignContent ↔ CounterAxisAlignContent
-
Available on AutoLayoutMixin, provided by the AutoLayoutMixin$Typings extension
getter/setter pair - counterAxisAlignItems ↔ CounterAxisAlignItems
-
Available on AutoLayoutMixin, provided by the AutoLayoutMixin$Typings extension
getter/setter pair - counterAxisSizingMode ↔ CounterAxisSizingMode
-
Available on AutoLayoutMixin, provided by the AutoLayoutMixin$Typings extension
getter/setter pair - counterAxisSpacing ↔ num?
-
Available on AutoLayoutMixin, provided by the AutoLayoutMixin$Typings extension
getter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
- horizontalPadding ↔ num
-
Available on AutoLayoutMixin, provided by the AutoLayoutMixin$Typings extension
getter/setter pair - itemReverseZIndex ↔ bool
-
Available on AutoLayoutMixin, provided by the AutoLayoutMixin$Typings extension
getter/setter pair - itemSpacing ↔ num
-
Available on AutoLayoutMixin, provided by the AutoLayoutMixin$Typings extension
getter/setter pair - layoutMode ↔ LayoutMode
-
Available on AutoLayoutMixin, provided by the AutoLayoutMixin$Typings extension
getter/setter pair - layoutWrap ↔ LayoutWrap
-
Available on AutoLayoutMixin, provided by the AutoLayoutMixin$Typings extension
getter/setter pair - paddingBottom ↔ num
-
Available on AutoLayoutMixin, provided by the AutoLayoutMixin$Typings extension
getter/setter pair - paddingLeft ↔ num
-
Available on AutoLayoutMixin, provided by the AutoLayoutMixin$Typings extension
getter/setter pair - paddingRight ↔ num
-
Available on AutoLayoutMixin, provided by the AutoLayoutMixin$Typings extension
getter/setter pair - paddingTop ↔ num
-
Available on AutoLayoutMixin, provided by the AutoLayoutMixin$Typings extension
getter/setter pair - primaryAxisAlignItems ↔ PrimaryAxisAlignItems
-
Available on AutoLayoutMixin, provided by the AutoLayoutMixin$Typings extension
getter/setter pair - primaryAxisSizingMode ↔ PrimaryAxisSizingMode
-
Available on AutoLayoutMixin, provided by the AutoLayoutMixin$Typings extension
getter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- strokesIncludedInLayout ↔ bool
-
Available on AutoLayoutMixin, provided by the AutoLayoutMixin$Typings extension
getter/setter pair - verticalPadding ↔ num
-
Available on AutoLayoutMixin, provided by the AutoLayoutMixin$Typings extension
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