responsive property

EdgeInsetsGeometry get responsive

Implementation

EdgeInsetsGeometry get responsive {
  if (this is EdgeInsets) {
    return (this as EdgeInsets).responsive;
  }
  return this;
}