我完成了我的应用程序,但是我找不到答案。按下“概述”按钮(android右按钮-图像1)时,我想保留appBar的颜色。在我的应用程序中,它更改为其他蓝色。
如何定义这种颜色?
已经尝试过这种方法,但是没有用:
runApp(new MaterialApp(
title: 'app',
home: _defaultHome,
theme: ThemeData(
appBarTheme: AppBarTheme(
color: Color(0xFF0C4376),
),
),
答案 0 :(得分:0)
<form action="addproduct.php" onsubmit="return checkInput()" method="post">
<!-- form fields here -->
</form>
<script>
function checkInput() {
if( all_input_is_Valid ) {
return true
}
return false
}
</script>