HoverResponsiveGrid class

Inheritance

Constructors

HoverResponsiveGrid({required List<Widget> children, int columnsPerRow = 3, int columnsPerRowOnTablets = 2, int columnsPerRowOnPhones = 1, int breakpointForPhones = 575, int breakpointForTablets = 768, double childAspectRatio = 1, double horizontalPadding = 24, double verticalPadding = 24, Clip clipBehavior = Clip.hardEdge, double crossAxisSpacing = 0})
Displays a grid of widgets with columns are equal in width.

Properties

breakpointForPhones int
The screen width at which the view for mobile phones is rendered.
final
breakpointForTablets int
The screen width at which the view for tablets is rendered.
final
childAspectRatio double
final
children List<Widget>
The widgets to render inside this grid.
final
clipBehavior Clip
final
columnsPerRow int
The maximum number of columns per row on desktop view.
final
columnsPerRowOnPhones int
The maximum number of columns per row on mobile phones.
final
columnsPerRowOnTablets int
The maximum number of columns per row on tablet view.
final
crossAxisSpacing double
final
hashCode int
The hash code for this object.
no setterinherited
horizontalPadding double
final
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
verticalPadding double
final

Methods

build(BuildContext context) Widget
Describes the part of the user interface represented by this widget.
override
createElement() StatelessElement
Creates a StatelessElement to manage this widget's location in the tree.
inherited
debugDescribeChildren() List<DiagnosticsNode>
Returns a list of DiagnosticsNode objects describing this node's children.
inherited
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style}) DiagnosticsNode
Returns a debug representation of the object that is used by debugging tools and by DiagnosticsNode.toStringDeep.
inherited
toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) String
A string representation of this object.
inherited
toStringDeep({String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a string representation of this node and its descendants.
inherited
toStringShallow({String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a one-line detailed description of the object.
inherited
toStringShort() String
A short, textual description of this widget.
inherited

Operators

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