I'm making an application in Flutter but the items don't fit on the screen
I'm making an application in Flutter but the items don't fit on the screen, when I want to use ListView the position of the items get mixed up and it looks terrible, how can I edit these codes? import 'package:flutter/material.dart';…