更新睡眠的心率基准图不显示
This commit is contained in:
@@ -130,7 +130,7 @@ class _WifiPageState extends State<WifiPage> {
|
||||
print("object");
|
||||
return LayoutBuilder(
|
||||
builder: (context, bodySize) => GestureDetector(
|
||||
onTap: () => FocusScope.of(context).unfocus(),
|
||||
// onTap: () => FocusScope.of(context).unfocus(),,
|
||||
child: Container(
|
||||
decoration: BoxDecoration(
|
||||
image: DecorationImage(
|
||||
@@ -516,7 +516,9 @@ class _WifiPageState extends State<WifiPage> {
|
||||
),
|
||||
filled:
|
||||
false,
|
||||
fillColor: Colors.white,
|
||||
fillColor:
|
||||
Colors
|
||||
.white,
|
||||
suffixIcon:
|
||||
InkWell(
|
||||
onTap:
|
||||
|
||||
Reference in New Issue
Block a user