Positions class abstract
Base interface for positions.
- Implementers
Constructors
Properties
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
Methods
- 
  calculate() → List< ItemPosition> 
- Calculate item positions
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  setAmountItems(int amountItems) → void 
- Set full amount of items
- 
  setSize({required double width, required double height}) → void 
- Set size of area items are needed to place in
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited