EdgeInsets.right constructor

const EdgeInsets.right(
  1. double value
)

Right only

Implementation

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