CustomListTile class

Inheritance
Available Extensions

Constructors

CustomListTile({Key? key, dynamic onTap()?, Widget? leading, Widget? title, Widget? subtitle, Widget? description, Widget? trailing, Widget? trailingTop, Widget? trailingBottom, CrossAxisAlignment? tileAlignment, MainAxisSize? mainAxisSize, Color? backgroundColor, double? borderRadius, EdgeInsetsGeometry? contentPadding, double? spaceBetweenLeadingAndTitle, double? spaceBetweenTrailingAndTitle, double? spaceBetweenTitleAndSubtitle, CrossAxisAlignment? titleAndSubtitleAlignment, EdgeInsetsGeometry? descriptionPadding, Color? splashColor})
const

Properties

backgroundColor Color?
final
borderRadius double?
final
contentPadding EdgeInsetsGeometry?
final
description Widget?
A Widget which will be displayed in the description of the CustomListTile
final
descriptionPadding EdgeInsetsGeometry?
final
hashCode int
The hash code for this object.
no setterinherited
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
leading Widget?
A Widget which will be displayed in the leading of the CustomListTile
final
mainAxisSize MainAxisSize?
The mainAxisSize of the List Tile.
final
onTap → (dynamic Function()?)
A function which will be triggered on tapping the CustomListTile
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
spaceBetweenLeadingAndTitle double?
final
spaceBetweenTitleAndSubtitle double?
final
spaceBetweenTrailingAndTitle double?
final
splashColor Color?
final
subtitle Widget?
A Widget which will be displayed in the subtitle of the CustomListTile
final
tileAlignment CrossAxisAlignment?
The alignment with which the leading, texts and trailing would be aligned.
final
title Widget?
A Widget which will be displayed in the title of the CustomListTile
final
titleAndSubtitleAlignment CrossAxisAlignment?
final
trailing Widget?
A Widget which will be displayed in the center trailing of the CustomListTile
final
trailingBottom Widget?
A Widget which will be displayed in the bottom of trailing of the CustomListTile
final
trailingTop Widget?
A Widget which will be displayed in the top of trailing of the CustomListTile
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