Creates insets with only the specified edges provided.
const EdgeInsets.only({ this.left = 0, this.top = 0, this.right = 0, this.bottom = 0, });