ImagePlaceholder constructor

const ImagePlaceholder({
  1. Key? key,
  2. double size = 32,
})

Implementation

const ImagePlaceholder({
  super.key,
  this.size = 32,
});