Exposes antialiasing option in Rive and RiveAnimation

This commit is contained in:
matt Sullivan
2021-06-11 13:49:03 -07:00
parent 9db1dbfe85
commit ec8002ea05
3 changed files with 32 additions and 18 deletions

View File

@ -15,6 +15,7 @@ class SimpleAnimation extends StatelessWidget {
child: RiveAnimation.network(
'https://cdn.rive.app/animations/vehicles.riv',
fit: BoxFit.cover,
antialiasing: false,
),
),
);