When I try to attach a mixin to a flutter state, I want to overide the build function of the state like what we do in widget inheritence, however, every time when I tried to do so. it gives me an error.
Is there any one know how to override a state's build function in Mixins? Or is it actually not allowed? If it is not allowed, then why?
Thank you very much!