EdgeInsets.top constructor
const
EdgeInsets.top(
- double value
Top only
Implementation
const EdgeInsets.top(double value) : this.only(top: value);
Top only
const EdgeInsets.top(double value) : this.only(top: value);