use elevated button
This commit is contained in:
@@ -195,7 +195,7 @@ class _MessageSearchListViewState extends State<MessageSearchListView> {
|
|||||||
padding: const EdgeInsets.only(top: 16.0),
|
padding: const EdgeInsets.only(top: 16.0),
|
||||||
child: Text(message),
|
child: Text(message),
|
||||||
),
|
),
|
||||||
RaisedButton(
|
ElevatedButton(
|
||||||
onPressed: () {
|
onPressed: () {
|
||||||
_messageSearchListController.loadData();
|
_messageSearchListController.loadData();
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user