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