diff --git a/lib/widgets/elements/Form/Button/RaisedButton/index.dart b/lib/widgets/elements/Form/Button/RaisedButton/index.dart index 3646a695..3cb9f912 100644 --- a/lib/widgets/elements/Form/Button/RaisedButton/index.dart +++ b/lib/widgets/elements/Form/Button/RaisedButton/index.dart @@ -126,10 +126,8 @@ Widget allRaisedButtons(BuildContext context,_DemoState that){ ); } -/* - * alert 弹框 - * context:容器的父级 - * */ + // alert 弹框 + // context:容器的父级 // void _showMessage(String name, BuildContext context) { // showDialog( // // alert 的父级 diff --git a/lib/widgets/elements/Form/Button/RawMaterialButton/demo.dart b/lib/widgets/elements/Form/Button/RawMaterialButton/demo.dart index c190febb..bc66568f 100644 --- a/lib/widgets/elements/Form/Button/RawMaterialButton/demo.dart +++ b/lib/widgets/elements/Form/Button/RawMaterialButton/demo.dart @@ -8,10 +8,9 @@ import 'dart:math'; import 'package:flutter/material.dart'; -/* -* RawMaterialButton 默认按钮的实例 -* isDisabled:是否是禁用,isDisabled 默认为true -* */ +// RawMaterialButton 默认按钮的实例 +// isDisabled:是否是禁用,isDisabled 默认为true + class RawMaterialButtonDefault extends StatelessWidget { final bool isDisabled; @@ -28,9 +27,7 @@ class RawMaterialButtonDefault extends StatelessWidget { } } -/* -* RawMaterialButton 自定义的实例 -* */ +// RawMaterialButton 自定义的实例 class RawMaterialButtonCustom extends StatelessWidget { final String txt; final Color color; diff --git a/lib/widgets/elements/Form/Button/RawMaterialButton/index.dart b/lib/widgets/elements/Form/Button/RawMaterialButton/index.dart index e56fc6d9..8de7387f 100644 --- a/lib/widgets/elements/Form/Button/RawMaterialButton/index.dart +++ b/lib/widgets/elements/Form/Button/RawMaterialButton/index.dart @@ -97,10 +97,8 @@ Widget allRawMaterialButtons(BuildContext context,_DemoState that){ ); } -/* - * alert 弹框 - * context:容器的父级 - * */ + // alert 弹框 + // context:容器的父级 // void _showMessage(String name, BuildContext context) { // showDialog( // // alert 的父级 diff --git a/lib/widgets/elements/Media/Image/index.dart b/lib/widgets/elements/Media/Image/index.dart index 2aa1a073..728d7157 100644 --- a/lib/widgets/elements/Media/Image/index.dart +++ b/lib/widgets/elements/Media/Image/index.dart @@ -1,9 +1,8 @@ -/* - * @Author: 一凨 - * @Date: 2018-11-16 15:09:19 - * @Last Modified by: 一凨 - * @Last Modified time: 2019-01-07 15:37:07 - */ +/// @Author: 一凨 +/// @Date: 2018-11-16 15:09:19 +/// @Last Modified by: 一凨 +/// @Last Modified time: 2019-01-07 15:37:07 + import '../../../../model/widget.dart'; import "package:flutter/material.dart"; diff --git a/lib/widgets/elements/Media/index.dart b/lib/widgets/elements/Media/index.dart index 3933301f..488d1f67 100644 --- a/lib/widgets/elements/Media/index.dart +++ b/lib/widgets/elements/Media/index.dart @@ -1,9 +1,8 @@ -/* - * @Author: 一凨 - * @Date: 2018-11-16 15:09:27 - * @Last Modified by: 一凨 - * @Last Modified time: 2018-11-16 15:09:27 - */ +/// @Author: 一凨 +/// @Date: 2018-11-16 15:09:27 +/// @Last Modified by: 一凨 +/// @Last Modified time: 2018-11-16 15:09:27 + import 'Image/index.dart' as Image; import 'Icon/index.dart' as Icon; import 'Canvas/index.dart' as Canvas; diff --git a/lib/widgets/elements/index.dart b/lib/widgets/elements/index.dart index 06b2ad66..d3362d59 100644 --- a/lib/widgets/elements/index.dart +++ b/lib/widgets/elements/index.dart @@ -1,9 +1,8 @@ -/* - * @Author: 一凨 - * @Date: 2018-11-16 15:09:31 - * @Last Modified by: 一凨 - * @Last Modified time: 2018-11-16 15:09:31 - */ +/// @Author: 一凨 +/// @Date: 2018-11-16 15:09:31 +/// @Last Modified by: 一凨 +/// @Last Modified time: 2018-11-16 15:09:31 + import 'Form/index.dart' as Form; import 'Frame/index.dart' as Frame; import 'Media/index.dart' as Media;