StacPlaceholder constructor

const StacPlaceholder({
  1. double? fallbackWidth,
  2. double? fallbackHeight,
  3. double? strokeWidth,
  4. String? color,
  5. StacWidget? child,
})

Creates a StacPlaceholder.

Implementation

const StacPlaceholder({
  this.fallbackWidth,
  this.fallbackHeight,
  this.strokeWidth,
  this.color,
  this.child,
});