Spacing.all constructor
- int value
Creates spacing where all the offsets are the same.
Implementation
const Spacing.all(
int value,
) : this.fromLTRB(value, value, value, value);
Creates spacing where all the offsets are the same.
const Spacing.all(
int value,
) : this.fromLTRB(value, value, value, value);