marginTop method

EdgeInsets marginTop()

Implementation

EdgeInsets marginTop() {
  return EdgeInsets.only(top: h);
}