We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c4eb58 commit 4a50adeCopy full SHA for 4a50ade
example/lib/uiUtils.dart
@@ -2,7 +2,7 @@ import 'package:flutter/material.dart';
2
3
class UiUtils {
4
static Widget createButton(String name, Function callback) {
5
- return RaisedButton(
+ return ElevatedButton(
6
onPressed: callback,
7
child: Text(name),
8
color: Colors.blue,
0 commit comments