I can't change month from the outside of the package I want to show TimeLineWidget only and want to change this widget from my own month selector widget.
I write custom select month widget and I change the initialDate from my custom month select widget but the "easyMonth" is define only in the initState therefore when I change initialDate after build the widget I can't change it again.
Could you please help me with this one.
I can't change month from the outside of the package I want to show TimeLineWidget only and want to change this widget from my own month selector widget. I write custom select month widget and I change the initialDate from my custom month select widget but the "easyMonth" is define only in the initState therefore when I change initialDate after build the widget I can't change it again. Could you please help me with this one.