EdgeInsets.right constructor
      const
      EdgeInsets.right(
    
- double value
 
Right only
Implementation
const EdgeInsets.right(double value) : this.only(right: value);
Right only
const EdgeInsets.right(double value) : this.only(right: value);