roly151
roly151
Try just returning the IconWidget (not a SideTitleWidget). I had a similar issue and just returned a TextWidget which worked fine.
@imaNNeoFighT In another issue you mentioned: > Actually, in our latest release, we introduced a ChartScaffold class to separate the chart and titles. Now it allows us to have the...
Sorry, this is a little beyond my skills. Is it possible for someone to share example code of how I might use this to get fixed left titles for a...
Thanks for the reply. Unfortunately I can't reproduce this. They are crashes that I have been made aware of through Google Play console. I'll try to switch those two lines...
> > This worked for me > > ``` > > SingleChildScrollView( > > scrollDirection: Axis.horizontal, > > child: Container( > > width: 1000, > > padding: EdgeInsets.all(8), > >...
I have a working version for my app, but am experiencing an occasional issue. Happy to share anything I know, however I'm no expert and using a mapbox package for...