GridTile class
A tile in a Material Design grid list.
A grid list is a GridView of tiles in a vertical and horizontal array. Each tile typically contains some visually rich content (e.g., an image) together with a GridTileBar in either a header or a footer.
See also:
- GridView, which is a scrollable grid of tiles.
- GridTileBar, which is typically used in either the header or footer.
- material.io/design/components/image-lists.html
- Inheritance
-
- Object
- DiagnosticableTree
- Widget
- StatelessWidget
- GridTile
Constructors
- GridTile.new({Key? key, Widget? header, required Widget child})
-
Creates a grid tile.
const
Properties
- child â Widget
-
The widget that fills the tile.
final
-
The widget to show over the bottom of this grid tile.
final
- hashCode â int
-
The hash code for this object.
no setterinherited
- header â Widget?
-
The widget to show over the top of this grid tile.
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
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, int wrapWidth = 65}) â 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