Border for expansion panel items in Flutter
I am trying to add borders for each item in an expansion panel in Flutter.
I achieved the below by the code below.
The problem is that the border lines doesn’t cover entire width, but only till the up/down arrow.
I want the border to be full.
Can anyone please help me?