leftPadding method

EdgeInsets leftPadding()

Implementation

EdgeInsets leftPadding() {
  return EdgeInsets.only(left: toDouble());
}