mirror of
https://github.com/tonytins/bullseye.git
synced 2025-06-25 10:24:44 -04:00
Read value from slider
- Added To-do. (Was supposed to be added ages ago, but I had HDD issues)
This commit is contained in:
parent
36c7e3d59b
commit
0cf72ac778
2 changed files with 11 additions and 2 deletions
|
@ -78,8 +78,8 @@ class _GamePageState extends State<GamePage> {
|
|||
context: context,
|
||||
builder: (BuildContext context) {
|
||||
return PlatformAlertDialog(
|
||||
title: Text("Hello There."),
|
||||
content: Text("This is my first pop-up."),
|
||||
title: PlatformText("Hello There."),
|
||||
content: PlatformText("The slider's value is ${_model.current}"),
|
||||
actions: <Widget>[okButton],
|
||||
);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue