Here is my code Screen shot of code
current output
i want both my icons to spaced between.
CodePudding user response:
Give width
to Container()
Container(
width: MediaQuery.of(context).size.width,
),
Here is my code Screen shot of code
current output
i want both my icons to spaced between.
CodePudding user response:
Give width
to Container()
Container(
width: MediaQuery.of(context).size.width,
),