Commit 081f7362 authored by 李增强's avatar 李增强

BoostContainerSettings增加params参数类型

parent 6567f47b
......@@ -283,7 +283,7 @@ class BoostContainerState extends NavigatorState {
class BoostContainerSettings {
final String uniqueId;
final String name;
final Map<String,dynamic> params;
final Map params;
final WidgetBuilder builder;
const BoostContainerSettings(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment