widget property

Supply the widget through the controller.

Implementation

BasicScrollStatefulWidget? get widget =>
    state?.widget as BasicScrollStatefulWidget;