Placeholder constructor

const Placeholder({
  1. double fallbackWidth = 400,
  2. double fallbackHeight = 80,
  3. String color = '455A64',
})

Placeholder API.

Implementation

const Placeholder({
  this.fallbackWidth = 400,
  this.fallbackHeight = 80,
  this.color = '455A64',
});