ToolsLayoutParams class

Constructors

ToolsLayoutParams({required int crossAxisCount, double mainAxisSpacing = 0.0, double crossAxisSpacing = 0.0, double childAspectRatio = 1.0, bool? shrinkWrap = true, double? mainAxisExtent, double? cacheExtent, EdgeInsetsGeometry? padding})
const

Properties

cacheExtent double?
final
childAspectRatio double
final
crossAxisCount int
final
crossAxisSpacing double
final
hashCode int
The hash code for this object.
no setterinherited
mainAxisExtent double?
final
mainAxisSpacing double
final
padding EdgeInsetsGeometry?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shrinkWrap bool?
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