ListCell constructor
const 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}
)
Implementation
const ListCell(
{super.key,
this.thumbnailUrl,
this.subtitle,
this.subtitle2,
this.trailing,
required this.title,
this.onTap,
this.minHeight = 100.0,
this.imageScale = 1.0,
this.semanticLabel,
this.semanticValue,
this.circular = true});