LargeImageListRowDetailsWidget constructor

const LargeImageListRowDetailsWidget({
  1. Key? key,
  2. required ListItem listItem,
  3. IconData? fourthRowPrefixIcon,
})

Implementation

const LargeImageListRowDetailsWidget({
  Key? key,
  required this.listItem,
  this.fourthRowPrefixIcon,
}) : super(key: key);