scaffold property

ScaffoldState scaffold

Shortcut for Scaffold.of(context).

Implementation

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