toBuild method
dynamic
toBuild()
Implementation
toBuild() {
return Positioned(
key: key,
left: _left,
top: _top,
right: _right,
bottom: _bottom,
width: _width,
height: _height,
child: child,
);
}