scaffold property

ScaffoldState get scaffold

Shortcut for Scaffold.of(context).

Implementation

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