skip to Main Content

Flutter – How to Clip InkWell in ListView

I have a ListView with rounded edges. How can I make the splash from the InkWell coincide with the borders of the ListView? What splash look like now: My code: final borderRadius = BorderRadius.circular(20.0); return RefreshIndicator( onRefresh: _refreshList, child: Padding(…

VIEW QUESTION
Back To Top
Search