EdgeInsets.bottom constructor

const EdgeInsets.bottom(
  1. double value
)

Bottom only

Implementation

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