XGridDelegate class

Inheritance

Constructors

XGridDelegate({double crossAxisExtent = 0, double mainAxisSpacing = 0.0, double crossAxisSpacing = 0.0, double childAspectRatio = 1.0, double? mainAxisExtent, int columnCount = 0, double flexPercent = 0.15})
const

Properties

childAspectRatio double
final
columnCount int
final
crossAxisExtent double
final
crossAxisSpacing double
final
flexPercent double
final
hashCode int
The hash code for this object.
no setterinherited
mainAxisExtent double?
final
mainAxisSpacing double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getLayout(SliverConstraints constraints) SliverGridLayout
Returns information about the size and position of the tiles in the grid.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
shouldRelayout(covariant XGridDelegate oldDelegate) bool
Override this method to return true when the children need to be laid out.
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited