Search code examples
androidfluttercontainersrowwidth

row is not expanding as its parent container in flutter


Here is my code Screen shot of code

current output

current output screen shot

i want both my icons to spaced between.


Solution

  • Give width to Container()

     Container(
                 width: MediaQuery.of(context).size.width,
           ),