FlutterGridView class
Constructors
- FlutterGridView({@cN FlutterKey? key, FlutterAxis? scrollDirection, bool? reverse, bool? primary, bool? shrinkWrap, @cN FlutterEdgeInsetsGeometry? padding, required FlutterSliverGridDelegate gridDelegate, bool? addAutomaticKeepAlives, bool? addRepaintBoundaries, bool? addSemanticIndexes, double? cacheExtent, @cN AnyWidgetList? children, int? semanticChildCount, FlutterClip? clipBehavior, FlutterScrollViewKeyboardDismissBehavior? keyboardDismissBehavior, String? restorationId})
-
factory
-
FlutterGridView.fromJson(Map<
String, dynamic> json) -
factory
Properties
- addAutomaticKeepAlives → bool?
-
no setterinherited
- addRepaintBoundaries → bool?
-
no setterinherited
- addSemanticIndexes → bool?
-
no setterinherited
- cacheExtent → double?
-
no setterinherited
- children → AnyWidgetList?
-
no setterinherited
- clipBehavior → FlutterClip?
-
no setterinherited
- gridDelegate → FlutterSliverGridDelegate
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- key → FlutterKey?
-
no setterinherited
- keyboardDismissBehavior → FlutterScrollViewKeyboardDismissBehavior?
-
no setterinherited
- padding → FlutterEdgeInsetsGeometry?
-
no setterinherited
- primary → bool?
-
no setterinherited
- restorationId → String?
-
no setterinherited
- reverse → bool?
-
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scrollDirection → FlutterAxis?
-
no setterinherited
- semanticChildCount → int?
-
no setterinherited
- shrinkWrap → bool?
-
no setterinherited
Methods
-
map<
TResult extends Object?> (TResult $default(_FlutterGridView value)) → TResult -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
toWidget(
AnyWidgetContext context) → GridView -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- unionValue → const String