浏览代码

error fix

/main
xingwei.zhu 5 年前
当前提交
19a1bbe2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      Runtime/material/slider_theme.cs

2
Runtime/material/slider_theme.cs


static void _addArc(Path path, Offset center, float radius, float startAngle, float endAngle) {
Rect arcRect = Rect.fromCircle(center: center, radius: radius);
path.addArc(arcRect, startAngle, endAngle - startAngle, false);
path.arcTo(arcRect, startAngle, endAngle - startAngle, false);
}
static void _generateBottomLobe() {

正在加载...
取消
保存