import 'package:flutter/material.dart'; import 'package:flutter_go/model/widget.dart'; import './Expanded/index.dart' as Expanded; List widgetPoints = [ WidgetPoint( name: 'Expanded', routerName: Expanded.Demo.routeName, buildRouter: (BuildContext context) => Expanded.Demo(), ), ];