Köksal İYİGÜN
Köksal İYİGÜN
copy / paste does not work in that class when importing the library (import io.ghyeok.stickyswitch.widget.StickySwitch) but StickySwitch works fine. Why is this caused?
How do I increase the speed of switching pages? @override Widget build(BuildContext context) { return Container( child: SfCartesianChart( onPlotAreaSwipe: (ChartSwipeDirection direction) => performSwipe(direction), series: [ AreaSeries( dataSource: chartData, ), ],...
When the data in the graph is less, the graph width will not be max. This presents a bad outlook. Can we increase the width of the graph when there...