positioned method
Implementation
Positioned positioned({double? left, double? top, double? right, double? bottom}) => Positioned(child: this, left: left, top: top, right: right, bottom: bottom);
Positioned positioned({double? left, double? top, double? right, double? bottom}) => Positioned(child: this, left: left, top: top, right: right, bottom: bottom);