FlutterSingleChildScrollView class
- Implemented types
- Annotations
Constructors
- FlutterSingleChildScrollView({@cN FlutterKey? key, FlutterAxis? scrollDirection, bool? reverse, @cN FlutterEdgeInsetsGeometry? padding, bool? primary, @cN AnyWidget? child, FlutterClip? clipBehavior, String? restorationId, FlutterScrollViewKeyboardDismissBehavior? keyboardDismissBehavior})
-
factory
-
FlutterSingleChildScrollView.fromJson(Map<
String, dynamic> json) -
factory
Properties
- child → AnyWidget?
-
no setterinherited
- clipBehavior → FlutterClip?
-
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
Methods
-
map<
TResult extends Object?> (TResult $default(_FlutterSingleChildScrollView 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) → SingleChildScrollView -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- unionValue → const String