Загрузил(а) файлы в 'flutter/lib/src'
This commit is contained in:
parent
44c4c47872
commit
b853664230
|
@ -283,6 +283,7 @@ class CurvePainter extends CustomPainter {
|
|||
|
||||
@override
|
||||
void paint(Canvas canvas, Size size) {
|
||||
//print("${size.width}, ${size.height}");
|
||||
if (size.width > size.height) {
|
||||
_circleRad = size.height / 3;
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue