scaf property
ScaffoldState
get
scaf
Returns the scaffold state from the closest material.Scaffold ancestor.
context.scaffold
is equivalent to material.Scaffold.of.
Implementation
material.ScaffoldState get scaf {
return material.Scaffold.of(this);
}