mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-05-31 03:54:30 -04:00
navigation cleanup
This commit is contained in:
parent
5da68b2d94
commit
b3e9cbd4f3
32 changed files with 475 additions and 314 deletions
|
@ -23,7 +23,9 @@ class _SplashState extends State<Splash> {
|
|||
}
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) => DecoratedBox(
|
||||
Widget build(BuildContext context) => PopScope(
|
||||
canPop: false,
|
||||
child: DecoratedBox(
|
||||
decoration: BoxDecoration(
|
||||
gradient: LinearGradient(
|
||||
begin: Alignment.topCenter,
|
||||
|
@ -49,5 +51,5 @@ class _SplashState extends State<Splash> {
|
|||
'assets/images/title.svg',
|
||||
))
|
||||
]))),
|
||||
);
|
||||
));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue