marginTop method

Widget marginTop(
  1. double top
)

Implementation

Widget marginTop(double top) => marginOnly(top: top);