refactor: Add Flutter lints
This commit is contained in:
parent
7a1eded1bb
commit
2b2b96872d
6 changed files with 16 additions and 12 deletions
|
|
@ -52,7 +52,7 @@ class LoginScaffold extends StatelessWidget {
|
|||
),
|
||||
child: Stack(
|
||||
children: [
|
||||
if (!MediaQuery.of(context).disableAnimations)
|
||||
if (!MediaQuery.disableAnimationsOf(context))
|
||||
ParticleNetwork(
|
||||
maxSpeed: 0.25,
|
||||
particleColor: theme.colorScheme.primary,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue