HoverSquareImageCard constructor

HoverSquareImageCard({
  1. required String imageUrl,
  2. required double size,
  3. double? cornerRadius,
  4. double? elevation,
})

Implementation

HoverSquareImageCard({
  required this.imageUrl,
  required this.size,
  this.cornerRadius,
  this.elevation,
});