all method

EdgeInsets all(
  1. XSpaces value
)

Implementation

EdgeInsets all(final XSpaces value) =>
    EdgeInsets.all(value.toDouble(_spaces));