浏览代码

fix errors

/zgh-devtools
Shiyun Wen 4 年前
当前提交
b29b3ac2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      Samples/UIWidgetsSamples_2019_4/Assets/UIWidgetsGallery/demo/cupertino/cupertino_segmented_control_demo.cs

2
Samples/UIWidgetsSamples_2019_4/Assets/UIWidgetsGallery/demo/cupertino/cupertino_segmented_control_demo.cs


width: 500,
child: new Padding(
padding: EdgeInsets.all(16.0f),
child: CupertinoSlidingSegmentedControl<int>(
child: new CupertinoSlidingSegmentedControl<int>(
children: children,
onValueChanged: onValueChanged,
groupValue: currentSegment

正在加载...
取消
保存