Remove unnecessary closures (#11647)
Some widgets are using closures even if the only values that are captured are this, context or widget, that can be accessed even from methods of the State object.
Showing
Please register or sign in to comment