Добавил экран FAQ со всеми описаниями
This commit is contained in:
@@ -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('Покупатель', 'Знаменитый Рокер Паук'),
|
||||
|
||||
Reference in New Issue
Block a user