NavigationBodyStyle class

Constructors

const

Properties

background Color?
Background color
final
borderRadius BorderRadius
ClipRRect border radius
final
dragStartBehavior DragStartBehavior
Determines the way that drag start behavior is handled.
final
hashCode int
The hash code for this object.
no setterinherited
physics ScrollPhysics?
How the page view should respond to user input. For example, determines how the page view continues to animate after the user stops dragging the page view. The physics are modified to snap to page boundaries using PageScrollPhysics prior to being used. Defaults to matching platform conventions.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scrollDirection Axis
The axis along which the page view scrolls. Defaults to Axis.horizontal.
final

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