results property

List<Widget> results
final

Widgets to display around the center when showResults is true.

Each widget is placed on a circle of resultsRadius from center, evenly spaced. Common choices: CircleAvatar, custom user cards, device icons, etc.

Implementation

final List<Widget> results;