apis/style/frontend/has_list_tile
library
Functions
-
checkboxListTile(AppModel app, BuildContext context, String title, bool? value, ValueChanged<bool?>? onChanged)
→ Widget
-
-
getListTile(BuildContext context, AppModel app, {Key? key, GestureTapCallback? onTap, Widget? leading, Widget? trailing, Widget? title, Widget? subtitle, bool? isThreeLine})
→ Widget
-
-
radioListTile<T>(AppModel app, BuildContext context, T t, T? groupValue, String title, String? subTitle, ValueChanged<T?>? valueChanged)
→ Widget
-