GutterConfigurationData class

An inherited widget that sets custom Gutter and Gap behavior.

Constructors

GutterConfigurationData({Axis? widgetToAxis(Widget widget)?, bool dynamicAxisCheck = true})
const

Properties

dynamicAxisCheck bool
Whether or not gutter widgets should dynamically check for an axis argument on unrecognized widgets.
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
widgetToAxis Axis? Function(Widget widget)?
A function to get the axis of a widget not supported by flutter_gutter.
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.
override