Positioned.fill constructor
Creates a Positioned that stretches to all four edges of the Stack.
Implementation
const Positioned.fill({super.key, required super.child})
: left = 0,
top = 0,
right = 0,
bottom = 0,
width = null,
height = null;