EdgeInsets.bottom constructor
const
EdgeInsets.bottom(
- double value
Bottom only
Implementation
const EdgeInsets.bottom(double value) : this.only(bottom: value);
Bottom only
const EdgeInsets.bottom(double value) : this.only(bottom: value);