marginBottom method

Widget marginBottom(
  1. double bottom
)

Implementation

Widget marginBottom(double bottom) => marginOnly(bottom: bottom);