UpdateMiniCardsGridParameters class abstract

Parameters required for updating the mini cards grid layout.

This class holds the properties and functions needed to update the grid layout dynamically based on configuration changes.

Implementers

Constructors

UpdateMiniCardsGridParameters()

Properties

componentSizes ComponentSizes
no setter
doPaginate bool
no setter
eventType EventType
no setter
getUpdatedAllParams UpdateMiniCardsGridParameters Function()
no setter
gridSizes GridSizes
no setter
hashCode int
The hash code for this object.
no setterinherited
paginationDirection String
no setter
paginationHeightWidth double
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updateAltGridCols → void Function(int)
no setter
updateAltGridRows → void Function(int)
no setter
updateGridCols → void Function(int)
no setter
updateGridRows → void Function(int)
no setter
updateGridSizes → void Function(GridSizes)
no setter

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