Issue
Here is my code Screen shot of code
current output
i want both my icons to spaced between.
Solution
Give width
to Container()
Container(
width: MediaQuery.of(context).size.width,
),
Answered By - Anandh Krishnan
Answer Checked By - Terry (JavaFixing Volunteer)