scaffold property

ScaffoldState scaffold

shortcut for Scaffold.of(context)

Implementation

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