This is a very promising project. It would be awesome if it was possible to define parameters that can be passed to widgets and changed in monach to test different configurations of a widget.
For example like this:
Widget textWidget(Color textColor) => Text('I am a Text widget', style: TextStyle(color: textColor));