scaffold property

bool scaffold
final

When true (default), builds a scaffold whose body is header + list. The selection header is not placed in the scaffold app-bar slot so idle can be any intrinsic-height widget. Set false to embed under a host scaffold.

Implementation

final bool scaffold;