StacPlaceholder constructor
const
StacPlaceholder({
- double? fallbackWidth,
- double? fallbackHeight,
- double? strokeWidth,
- String? color,
- StacWidget? child,
Creates a StacPlaceholder.
Implementation
const StacPlaceholder({
this.fallbackWidth,
this.fallbackHeight,
this.strokeWidth,
this.color,
this.child,
});