FixedWidthVaryingHeightGridDelegate class
Layouts a grid with a fixed with but height that depends on the image
- Inheritance
-
- Object
- SliverGridDelegate
- FixedWidthVaryingHeightGridDelegate
Constructors
- FixedWidthVaryingHeightGridDelegate.new(GiphyGrid parent)
- Creates a new grid delegate
Properties
Methods
-
getLayout(
SliverConstraints constraints) → SliverGridLayout -
Returns information about the size and position of the tiles in the grid.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
shouldRelayout(
covariant SliverGridDelegate oldDelegate) → bool -
Override this method to return true when the children need to be
laid out.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited