options property

List<Widget> options
final

List of children that will be displayed when the widget is clicked, you can use AwsDuoButton or whatever widget you want.

Implementation

final List<Widget> options;