ItemListCardFullScreen constructor
ItemListCardFullScreen({})
Implementation
ItemListCardFullScreen({
Key? key,
required this.items,
required this.maxRows,
required this.title,
required this.uiProps,
}) : super(key: key);