layoutArchitecture property

LayoutArchitecture? layoutArchitecture
final

By default, we render the suggestions in a ListView, using the itemBuilder to construct each element of the list. Specify your own layoutArchitecture if you want to be responsible for layinng out the widgets using some other system (like a grid).

Implementation

final LayoutArchitecture? layoutArchitecture;