ScaledTile class
Class only use in order to give access to StaggeredTile to users
Constructors
- ScaledTile.count(int crossAxisCellCount, num mainAxisCellCount)
-
Creates a ScaledTile with the given
crossAxisCellCount
andmainAxisCellCount
. - ScaledTile.extent(int crossAxisCellCount, double mainAxisExtent)
-
Creates a ScaledTile with the given
crossAxisCellCount
andmainAxisExtent
. - ScaledTile.fit(int crossAxisCellCount)
-
Creates a ScaledTile with the given
crossAxisCellCount
that fit its main axis extent to its content.
Properties
- crossAxisCellCount → int
-
The number of cells occupied in the cross axis.
finalinherited
- fitContent → bool
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- mainAxisCellCount → double?
-
The number of cells occupied in the main axis.
finalinherited
- mainAxisExtent → double?
-
The number of pixels occupied in the main axis.
finalinherited
- 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