topPadding method

EdgeInsets topPadding()

Implementation

EdgeInsets topPadding() {
  return EdgeInsets.only(top: toDouble());
}