How do I make the text to be on the left? Flutter and Dart
How do I make the text "Your Result" and "You are most likely $result" to be on the left side of the page? Here is my code: Widget build(BuildContext context) { return Scaffold( backgroundColor: const Color.fromARGB(220, 255, 255, 255), body:…