BookCoverWidget constructor
const
BookCoverWidget({})
Implementation
const BookCoverWidget({
Key? key,
required this.imageUrl,
this.width = 120,
this.height = 160,
this.fit = BoxFit.cover,
}) : super(key: key);