Positioned.fill constructor
const
Positioned.fill({})
Implementation
const Positioned.fill({
required this.child,
this.top = 0,
this.right = 0,
this.bottom = 0,
this.left = 0,
this.style,
super.key,
}) : width = null,
height = null,
inset = null;