Загрузил(а) файлы в 'flutter/lib/src'

This commit is contained in:
Морозов Андрей 2021-11-11 10:35:55 +00:00
parent 44c4c47872
commit b853664230
1 changed files with 1 additions and 0 deletions

View File

@ -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 {