Добавил экран FAQ со всеми описаниями

This commit is contained in:
kifio
2017-07-25 08:36:23 +03:00
parent ff0573d65d
commit 8738fbfd39
7 changed files with 109 additions and 24 deletions

View File

@@ -29,13 +29,6 @@ class PurchaseSuccessScreenState<T> extends PurchaseScreenState<T> {
return "Проведение покупки";
}
@overide getMenuButtons(BuildContext context) {
return <Widget>[
new IconButton(icon: new Icon(Icons.help_outline), onPressed: () {}),
new IconButton(icon: new Image.asset(logout_png, height: 20.0, width: 20.0), onPressed: () => logout(context))
];
}
@override Widget getScreenContent() {
return new Column(children: <Widget>[
getValueWithTitle('Покупатель', 'Знаменитый Рокер Паук'),