mirror of
https://github.com/flutter/packages.git
synced 2025-07-01 15:23:25 +08:00
unblock tree after changed format rules (#326)
This commit is contained in:
@ -413,7 +413,7 @@ class _OpenContainerRoute<T> extends ModalRoute<T> {
|
||||
required this.transitionType,
|
||||
required this.useRootNavigator,
|
||||
required RouteSettings? routeSettings,
|
||||
}) : _elevationTween = Tween<double>(
|
||||
}) : _elevationTween = Tween<double>(
|
||||
begin: closedElevation,
|
||||
end: openElevation,
|
||||
),
|
||||
|
Reference in New Issue
Block a user