ResponsiveStaggeredGridTile class
Constructors
-
ResponsiveStaggeredGridTile.count({ResponsiveInt index = const ResponsiveInt(s: 10), ResponsiveValue<
int> crossAxisCellCount = const ResponsiveInt(), required ResponsiveValue<double> ? mainAxisCellCount, required Widget child}) -
ResponsiveStaggeredGridTile.extent({ResponsiveInt index = const ResponsiveInt(s: 10), ResponsiveValue<
int> crossAxisCellCount = const ResponsiveInt(), required ResponsiveValue<double> ? mainAxisExtent, required Widget child}) -
ResponsiveStaggeredGridTile.fit({ResponsiveInt index = const ResponsiveInt(s: 10), ResponsiveValue<
int> crossAxisCellCount = const ResponsiveInt(), required Widget child})
Properties
- child → Widget
-
final
-
crossAxisCellCount
→ ResponsiveValue<
int> -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → ResponsiveInt
-
final
-
mainAxisCellCount
→ ResponsiveValue<
double> ? -
final
-
mainAxisExtent
→ ResponsiveValue<
double> ? -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
build(
LayoutSize layoutSize) → StaggeredGridTile -
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