Positioned.center constructor
Creates a centered positioned widget inside a Stack.
Implementation
const Positioned.center({this.width, this.height, required this.child})
: left = null,
top = null,
right = null,
bottom = null,
isCentered = true;