PlacementStrategy class abstract

Implementers

Constructors

PlacementStrategy(GridPadCells _cells, GridPadPlacementPolicy _placementPolicy)

Properties

content List<GridPadContent>
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

findCurrentColumn(GridPadCells cells, GridPadPlacementPolicy placementPolicy, GridPadContent? lastItem) int
findCurrentRow(GridPadCells cells, GridPadPlacementPolicy placementPolicy, GridPadContent? lastItem) int
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onPlaced({required int left, required int top, required int right, required int bottom, required Widget content}) → dynamic
onSkipped({required int row, required int column, required int rowSpan, required int columnSpan}) → dynamic
placeExplicitly({required int row, required int column, required int rowSpan, required int columnSpan, required Widget content}) → dynamic
placeImplicitly({required int rowSpan, required int columnSpan, required Widget content}) → dynamic
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited