Column(
mainAxisAlignment: MainAxisAlignment.center,
children: [
ElevatedButton...,
onPressed: _showToastDialog,
),
SizedBox(height: 20),
ElevatedButton...onPressed: _showAlertDialog,
),
SizedBox(height: 20),
ElevatedButton...onPressed: _showSelectDialog,
),
SizedBox(height: 20),
ElevatedButton