rightPadding method

EdgeInsets rightPadding()

Implementation

EdgeInsets rightPadding() {
  return EdgeInsets.only(right: toDouble());
}