flutter_graphite
flutter_graphite copied to clipboard
Size each individual node
There is a cellWidth attribute that sets the horizontal dimension and somehow that influences the height too, but is there an option to size each node separately? If you use the builder attribute, you can have it return a Container or SizedBox, but whatever dimensions you pass there are ignored.
@EightRice have you found any solution on how to deal with this?