In tutorial 31 (responsive architecture ...) the following error occurs on compile time, how can i solve it?
thanks.
BaseModelWidget get widget => super.widget;
A value of type 'Widget' can't be returned from the function 'widget' because it has a return type of 'BaseModelWidget'.
@FilledStacks
In tutorial 31 (responsive architecture ...) the following error occurs on compile time, how can i solve it? thanks.