提交 11674e7b authored 作者: 袁静春's avatar 袁静春

提交:修改AppBar底部蒙蒙的一横条阴影;

上级 701ab753
import 'dart:io';
import 'package:flutter/material.dart';
class MyPageAppBar extends StatelessWidget implements PreferredSizeWidget {
......@@ -23,7 +25,7 @@ class MyPageAppBar extends StatelessWidget implements PreferredSizeWidget {
this.actions,
this.exitApp = false,
this.leading,
this.elevation,
this.elevation = 0,
}) : super(key: key);
@override
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论