toTopPadding method

EdgeInsets toTopPadding()

Implementation

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