marginBottom method

EdgeInsets marginBottom()

Implementation

EdgeInsets marginBottom() {
  return EdgeInsets.only(bottom: h);
}