Flutter – Is it okay to modify children of Row/Column using extension?
I am trying to create an extension to add space between children of Columns or Rows. I created two extensions, but I do not know which is proper or good coding practice to create that extension. Can someone help me…