Добавил ресурсы приложения PIP, иконка приложения устанавливается при сборке
This commit is contained in:
@@ -118,7 +118,7 @@ abstract class BaseState<T extends StatefulWidget> extends State<T> {
|
||||
return new RaisedButton(child: new Text(text,
|
||||
style: new TextStyle(color: Colors.white)),
|
||||
onPressed: onPressed,
|
||||
color: primaryColor);
|
||||
color: buttonColor);
|
||||
}
|
||||
|
||||
/// Метод возвращает контейнер с отступами, который содержит картинку с логотипом.
|
||||
|
||||
Reference in New Issue
Block a user