How to get standard edge insets for list row

Viewed 16

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))
0 Answers
Related