cupertinoPadding property

EdgeInsetsGeometry get cupertinoPadding

Implementation

EdgeInsetsGeometry get cupertinoPadding {
  return padding ??
      (stretched
          ? EdgeInsets.zero
          : EdgeInsets.symmetric(horizontal: theme.spacingXl));
}