LayoutConstraints class

Available extensions
Annotations
  • @JS.new()
  • @staticInterop

Constructors

LayoutConstraints()
factory

Properties

availableBlockSize → double

Available on LayoutConstraints, provided by the PropsLayoutConstraints extension

no setter
availableInlineSize → double

Available on LayoutConstraints, provided by the PropsLayoutConstraints extension

no setter
blockFragmentationOffset → double?

Available on LayoutConstraints, provided by the PropsLayoutConstraints extension

no setter
blockFragmentationType → BlockFragmentationType

Available on LayoutConstraints, provided by the PropsLayoutConstraints extension

no setter
data → dynamic

Available on LayoutConstraints, provided by the PropsLayoutConstraints extension

no setter
fixedBlockSize → double?

Available on LayoutConstraints, provided by the PropsLayoutConstraints extension

no setter
fixedInlineSize → double?

Available on LayoutConstraints, provided by the PropsLayoutConstraints extension

no setter
hashCode → int
The hash code for this object.
no setterinherited
percentageBlockSize → double

Available on LayoutConstraints, provided by the PropsLayoutConstraints extension

no setter
percentageInlineSize → double

Available on LayoutConstraints, provided by the PropsLayoutConstraints extension

no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

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