StacPositioned constructor
const
StacPositioned({})
Creates a positioned widget with optional positioning and sizing.
Implementation
const StacPositioned({
this.left,
this.top,
this.right,
this.bottom,
this.width,
this.height,
required this.child,
});