HasListTile class abstract

Implementers

Constructors

HasListTile()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

checkboxListTile(AppModel app, BuildContext context, String title, bool? value, ValueChanged<bool?>? onChanged) Widget
getListTile(AppModel app, BuildContext context, {Key? key, GestureTapCallback? onTap, Widget? leading, Widget? trailing, Widget? title, Widget? subtitle, bool? isThreeLine}) Widget
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
radioListTile<T>(AppModel app, BuildContext context, T t, T? groupValue, String title, String? subTitle, ValueChanged<T?>? valueChanged) Widget
toString() String
A string representation of this object.
inherited

Operators

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