topPadding method

dynamic topPadding()

Implementation

topPadding() {
  return this.split(" ")[0];
}