FormeListTileItem<T extends Object> class

Constructors

FormeListTileItem({required Widget title, Widget? subtitle, Widget? secondary, ListTileControlAffinity? controlAffinity, bool readOnly = false, bool visible = true, bool dense = false, EdgeInsetsGeometry? padding, required T data, bool ignoreSplit = false})

Properties

controlAffinity ListTileControlAffinity
final
data → T
final
dense bool
final
hashCode int
The hash code for this object.
no setterinherited
ignoreSplit bool
final
padding EdgeInsetsGeometry
final
readOnly bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secondary Widget?
only work when split = 1
final
subtitle Widget?
only work when split = 1
final
title Widget
final
visible bool
final

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