FlutterSliverGridDelegate class
- Implemented types
- Annotations
Constructors
- FlutterSliverGridDelegate.fixedCrossAxisCount({required int crossAxisCount, double? mainAxisSpacing, double? crossAxisSpacing, double? childAspectRatio, double? mainAxisExtent})
-
factory
-
FlutterSliverGridDelegate.fromJson(Map<
String, dynamic> json) -
factory
- FlutterSliverGridDelegate.maxCrossAxisExtent({required double maxCrossAxisExtent, double? mainAxisSpacing, double? crossAxisSpacing, double? childAspectRatio, double? mainAxisExtent})
-
factory
Properties
- childAspectRatio → double?
-
no setterinherited
- crossAxisSpacing → double?
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- mainAxisExtent → double?
-
no setterinherited
- mainAxisSpacing → double?
-
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
map<
TResult extends Object?> ({required TResult fixedCrossAxisCount(_FlutterSliverGridDelegateFixedCrossAxisCount value), required TResult maxCrossAxisExtent(_FlutterSliverGridDelegateMaxCrossAxisExtent value)}) → TResult -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toFlutter(
AnyWidgetContext config) → SliverGridDelegate -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited