修改部分表述问题

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

@@ -1,9 +1,16 @@
import 'package:flutter/material.dart';
/// create by 张风捷特烈 on 2020-03-21
/// contact me by email 1981462002@qq.com
/// 说明:
import 'package:flutter/material.dart';
// {
// "widgetId": 102,
// "name": 'DataTable基本使用',
// "priority": 1,
// "subtitle":
// "【columns】 : 列 【List<DataColumn>】\n"
// "【rows】 : 行 【List<DataRow>】",
// }
class _Bean {
final int id;