ItemCard class widgets

Constructors

ItemCard({Key? key, ItemCardStyle? style, String? imageUrl, String? title, String? subtitle, VoidCallback? onTap, VoidCallback? onLongPress, String? semanticLabel, String? semanticValue, String? imageHeroTag})
const

Properties

imageHeroTag → String?
final
imageUrl → String?
final
onLongPress → VoidCallback?
final
onTap → VoidCallback?
final
semanticLabel → String?
final
semanticValue → String?
final
style ItemCardStyle?
final
subtitle → String?
final
title → String?
final

Methods

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