How do you get the default values for setting edge insets for a list row?
I want to set top, leading, and bottom to 0, but having trailing be the default value.
.listRowInsets(EdgeInsets(top: 0, leading: 0, bottom: 0, trailing: 20))
How do you get the default values for setting edge insets for a list row?
I want to set top, leading, and bottom to 0, but having trailing be the default value.
.listRowInsets(EdgeInsets(top: 0, leading: 0, bottom: 0, trailing: 20))