LayoutConstraintsOptions class

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

Constructors

LayoutConstraintsOptions({double? availableInlineSize, double? availableBlockSize, double? fixedInlineSize, double? fixedBlockSize, double? percentageInlineSize, double? percentageBlockSize, double? blockFragmentationOffset, BlockFragmentationType? blockFragmentationType, dynamic data})
factory

Properties

availableBlockSize ↔ double

Available on LayoutConstraintsOptions, provided by the PropsLayoutConstraintsOptions extension

getter/setter pair
availableInlineSize ↔ double

Available on LayoutConstraintsOptions, provided by the PropsLayoutConstraintsOptions extension

getter/setter pair
blockFragmentationOffset ↔ double

Available on LayoutConstraintsOptions, provided by the PropsLayoutConstraintsOptions extension

getter/setter pair
blockFragmentationType ↔ BlockFragmentationType

Available on LayoutConstraintsOptions, provided by the PropsLayoutConstraintsOptions extension

getter/setter pair
data ↔ dynamic

Available on LayoutConstraintsOptions, provided by the PropsLayoutConstraintsOptions extension

getter/setter pair
fixedBlockSize ↔ double

Available on LayoutConstraintsOptions, provided by the PropsLayoutConstraintsOptions extension

getter/setter pair
fixedInlineSize ↔ double

Available on LayoutConstraintsOptions, provided by the PropsLayoutConstraintsOptions extension

getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
percentageBlockSize ↔ double

Available on LayoutConstraintsOptions, provided by the PropsLayoutConstraintsOptions extension

getter/setter pair
percentageInlineSize ↔ double

Available on LayoutConstraintsOptions, provided by the PropsLayoutConstraintsOptions extension

getter/setter pair
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