Revolution #1
1 changed files with 4 additions and 9 deletions
|
|
@ -1,4 +1,3 @@
|
|||
import 'package:animated_background/animated_background.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:get/get.dart';
|
||||
|
||||
|
|
@ -14,16 +13,12 @@ class _NotFoundPageState extends State<NotFoundPage>
|
|||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return Scaffold(
|
||||
body: AnimatedBackground(
|
||||
behaviour: RandomParticleBehaviour(),
|
||||
vsync: this,
|
||||
child: Center(
|
||||
body: Center(
|
||||
child: Text(
|
||||
'Page not found',
|
||||
style: Theme.of(context).textTheme.headlineMedium,
|
||||
),
|
||||
),
|
||||
),
|
||||
bottomSheet: Container(
|
||||
color: Colors.black.withAlpha(100),
|
||||
padding: const EdgeInsets.all(16),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue