提交 2e1aa342 authored 作者: 张国庆's avatar 张国庆

Merge remote-tracking branch 'origin/v1.0.0' into v1.0.0

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 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论