Random Display String from a list when clicking ElevatedButton – Flutter
I would like to display a random string when i click the ElevatedButton.However,the same string still display when i click ElevatedButton. The string will be randomly change only when i restart the app. class HomePage extends StatefulWidget { const HomePage({Key?…