vxscaffold property

ScaffoldState vxscaffold

Returns the closest instance of ScaffoldState in the widget tree, which can be use to get information about that scaffold.

If there is no Scaffold in scope, then this will throw an exception.

Implementation

ScaffoldState get vxscaffold => Scaffold.of(this);