positionTop method
Implementation
Positioned positionTop({
Key? key,
required double top,
double? width,
double? height,
}) =>
Positioned(key: key, top: top, width: width, height: height, child: this);
Positioned positionTop({
Key? key,
required double top,
double? width,
double? height,
}) =>
Positioned(key: key, top: top, width: width, height: height, child: this);