mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-09 07:28:14 -07:00
feature: Re-implemented syncing
This commit is contained in:
parent
c5c7f71b84
commit
86ff355e21
51 changed files with 3067 additions and 1147 deletions
|
|
@ -464,7 +464,7 @@ class SplashRouteArgs {
|
|||
class SyncedRoute extends _i17.PageRouteInfo<SyncedRouteArgs> {
|
||||
SyncedRoute({
|
||||
_i22.ScrollController? navigationScrollController,
|
||||
_i22.Key? key,
|
||||
_i19.Key? key,
|
||||
List<_i17.PageRouteInfo>? children,
|
||||
}) : super(
|
||||
SyncedRoute.name,
|
||||
|
|
@ -498,7 +498,7 @@ class SyncedRouteArgs {
|
|||
|
||||
final _i22.ScrollController? navigationScrollController;
|
||||
|
||||
final _i22.Key? key;
|
||||
final _i19.Key? key;
|
||||
|
||||
@override
|
||||
String toString() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue