MonaListTileImpl class
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
-
override
-
getListTile(AppModel app, BuildContext context, {Key? key, GestureTapCallback? onTap, Widget? leading, Widget? trailing, Widget? title, Widget? subtitle, bool? isThreeLine})
→ Widget
-
override
-
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
-
override
-
toString()
→ String
-
A string representation of this object.
inherited