mirror of
https://github.com/flutter/samples.git
synced 2025-11-09 06:18:49 +00:00
Remove unneeded types (#949)
This commit is contained in:
@@ -20,7 +20,7 @@ class ParticleBackgroundPage extends StatelessWidget {
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return Stack(
|
||||
children: <Widget>[
|
||||
children: [
|
||||
Positioned.fill(child: AnimatedBackground()),
|
||||
Positioned.fill(child: Particles(30)),
|
||||
Positioned.fill(child: CenteredText()),
|
||||
|
||||
Reference in New Issue
Block a user