WxInlineTile class

An inline tile is a compact version of WxListTile. It removes some of the visual separation between the leading, title, and trailing widgets, creating a more condensed appearance.

Inheritance

Constructors

WxInlineTile({Key? key, required Widget title, Widget? subtitle, Widget? leading, Widget? trailing, EdgeInsetsGeometry? margin, EdgeInsetsGeometry? padding, double? spacing, bool? adaptiveSpacing, WxTileAlign? align, WxTileJustify? justify, bool? textWrap, TextAlign? textAlign, double? textSpacing, Color? textColor, Color? iconColor, TextStyle? titleStyle, TextStyle? subtitleStyle, TextStyle? secondaryStyle, WxListTileStyle? style, GestureTapCallback? onTap})
Creates an inline tile, a compact version of WxListTile.
const

Properties

adaptiveSpacing bool?
finalinherited
align WxTileAlign?
How the children should be placed along the cross axis.
finalinherited
effectiveStyle WxListTileStyle
Merge style with shortcut props
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
iconColor Color?
Defines the default color for icons.
finalinherited
iconOpacity double?
Defines the default opacity for icons.
finalinherited
iconSize double?
Defines the default size for icons.
finalinherited
inline bool
Controls whether to minimize or maximize the amount of free space.
no setteroverride
justify WxTileJustify?
How the children should be placed along the main axis.
finalinherited
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
leading Widget?
A widget to display before the title and subtitle.
finalinherited
margin EdgeInsetsGeometry?
Outer space around the widget.
finalinherited
onTap GestureTapCallback?
Called when the user taps this list tile.
finalinherited
padding EdgeInsetsGeometry?
The amount of space by which to inset the child.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secondaryStyle TextStyle?
The text style to be applied to leading and trailing.
finalinherited
spacing double?
The gap between the text and the leading/trailing widgets.
finalinherited
style WxListTileStyle?
The style to be applied
finalinherited
subtitle Widget?
Additional content displayed below the title.
finalinherited
subtitleColor Color?
The text color to be applied to subtitle.
finalinherited
subtitleMaxLines int?
The text max lines to be applied to subtitle.
finalinherited
subtitleSize double?
The font size to be applied to title.
finalinherited
subtitleStyle TextStyle?
The text style to be applied to subtitle.
finalinherited
subtitleWeight FontWeight?
The font weight to be applied to subtitle.
finalinherited
textAlign TextAlign?
How the title and subtitle should be placed along the cross axis.
finalinherited
textColor Color?
The text color to be applied to title and subtitle.
finalinherited
textOverflow TextOverflow?
The text overflow to be applied to title and subtitle.
finalinherited
textSoftWrap bool?
The text softWrap to be applied to title and subtitle.
finalinherited
textSpacing double?
The gap between the title and the subtitle widgets.
finalinherited
textWidthBasis TextWidthBasis?
The text width basis to be applied to title and subtitle.
finalinherited
textWrap bool?
Controls how the child widget (title and subtitle) fills its available space (expand or wrap content).
finalinherited
title Widget
The primary content
finalinherited
titleColor Color?
The text color to be applied to title.
finalinherited
titleMaxLines int?
The text max lines to be applied to title.
finalinherited
titleSize double?
The font size to be applied to title.
finalinherited
titleStyle TextStyle?
The text style to be applied to title.
finalinherited
titleWeight FontWeight?
The font weight to be applied to title.
finalinherited
trailing Widget?
A widget to display after the title and subtitle.
finalinherited

Methods

build(BuildContext context) Widget
Describes the part of the user interface represented by this widget.
inherited
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