Returns a Padding widget with only the top padding set to this value.
Padding
Widget paddingTop({required Widget child}) => Padding( padding: EdgeInsets.only(top: toDouble()), child: child, );