Grids class

Constructors

Grids()

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

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

Static Methods

columns_1({required double width, required int? length}) SliverSimpleGridDelegate
columns_2({required double width, required int? length}) SliverSimpleGridDelegate
columns_3({required double width, required int? length}) SliverSimpleGridDelegate
columns_4({required double width, required int? length}) SliverSimpleGridDelegate
columns_5({required double width, required int? length}) SliverSimpleGridDelegate
columns_6({required double width, required int? length}) SliverSimpleGridDelegate
extent(double maxCrossAxisExtent) GridDelegateCallback
responsive({required double width, required int? length, SliverSimpleGridDelegate? small, SliverSimpleGridDelegate? medium, SliverSimpleGridDelegate? large, SliverSimpleGridDelegate? extraLarge}) SliverSimpleGridDelegate