mirror of
https://github.com/alibaba/flutter-go.git
synced 2025-06-19 11:53:37 +08:00
fix: 一些页面的code演示打不开的问题
一些页面的code演示打不开的问题
This commit is contained in:
@ -12,7 +12,7 @@ import 'package:flutter/material.dart';
|
||||
/*
|
||||
* Checkbox 默认的实例
|
||||
* index 当前checkbox 的索引值
|
||||
* */
|
||||
*/
|
||||
class CheckboxDefault extends StatefulWidget{
|
||||
final int index;
|
||||
final parent;
|
||||
@ -41,7 +41,7 @@ class _CheckboxDefault extends State {
|
||||
/*
|
||||
* Checkbox 默认的实例
|
||||
* index 当前checkbox 的索引值
|
||||
* */
|
||||
*/
|
||||
class CheckboxSelect extends StatelessWidget {
|
||||
final int index;
|
||||
final widget;
|
||||
|
Reference in New Issue
Block a user