CPDFEdgeInsets.all constructor

const CPDFEdgeInsets.all(
  1. int value
)

Implementation

const CPDFEdgeInsets.all(int value)
    : left = value,
      top = value,
      right = value,
      bottom = value;