修改部分表述问题

This commit is contained in:
toly
2022-03-27 11:22:16 +08:00
parent 5fb9805376
commit cd6e9f3b5f
37 changed files with 296 additions and 110 deletions

View File

@@ -16,9 +16,9 @@
// "【titlePadding】 : 顶部内边距 【EdgeInsetsGeometry】\n"
// "【contentPadding】 : 内容内边距 【EdgeInsetsGeometry】\n"
// "【actions】 : 右下角组件列表 【List<Widget>】\n"
// "【backgroundColor】 : 右下角组件列表 【背景色】\n"
// "【elevation】 : 右下角组件列表 【背景色】\n"
// "【shape】 : 影深double】",
// "【backgroundColor】 : 背景色 【Color】\n"
// "【elevation】 : 影深 【double】\n"
// "【shape】 : 形状ShapeBorder】",
// }
import 'package:flutter/material.dart';