EdgeInsets.top constructor

const EdgeInsets.top(
  1. double value
)

Top only

Implementation

const EdgeInsets.top(double value) : this.only(top: value);