ListCell class widgets

Constructors

ListCell({Key? key, String? thumbnailUrl, Widget? subtitle, Widget? subtitle2, Widget? trailing, required Widget title, GestureTapCallback? onTap, double? minHeight = 100.0, double imageScale = 1.0, String? semanticLabel, String? semanticValue, bool circular = true})
const

Properties

circular → bool
final
imageScale → double
final
minHeight → double?
final
onTap → GestureTapCallback?
final
semanticLabel → String?
final
semanticValue → String?
final
subtitle → Widget?
final
subtitle2 → Widget?
final
thumbnailUrl → String?
final
title → Widget
final
trailing → Widget?
final

Methods

build(BuildContext context) → Widget
Describes the part of the user interface represented by this widget.