Skip to content

Instantly share code, notes, and snippets.

@creativecreatorormaybenot
Created January 22, 2020 17:26
Show Gist options
  • Save creativecreatorormaybenot/4f37e911a6ddc179ea5efe2ce3edacb7 to your computer and use it in GitHub Desktop.
Save creativecreatorormaybenot/4f37e911a6ddc179ea5efe2ce3edacb7 to your computer and use it in GitHub Desktop.
final path = Path()
..moveTo(mf * (1 - l1), -hd)
..lineTo(2 * mf, -hd)
..quadraticBezierTo(
2.6 * mf,
-hd,
2.6 * mf,
-hd * 3,
)
..cubicTo(
2.5 * mf,
-hd * 6,
1.4 * mf,
-hd * 4.2,
1.8 * mf,
-hd * 2.3,
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment