IconPlaceholder constructor

const IconPlaceholder({
  1. Key? key,
  2. double size = 24,
})

Implementation

const IconPlaceholder({
  super.key,
  this.size = 24,
});