marginTop method

Container marginTop(
  1. double topMargin
)

Implementation

Container marginTop(double topMargin) {
  return rebase(margin: EdgeInsets.only(top: topMargin));
}