Positioned({ double? left, this.top, double? right, this.bottom, required Widget child, }) : _left = left, _right = right, super(child: child);