scaffold property
      
      ScaffoldState?
      get
      scaffold
      
    
    
The Scaffold object for this App's View.
Implementation
ScaffoldState? get scaffold =>
    context == null ? null : Scaffold.maybeOf(context!);The Scaffold object for this App's View.
ScaffoldState? get scaffold =>
    context == null ? null : Scaffold.maybeOf(context!);