children property

List<Widget> Function(BuildContext) children
final

Function that returns the list of buttons to display when opened.

This function should return a list of widgets (typically Fab widgets) that will be shown when the main button is pressed.

Implementation

final List<Widget> Function(BuildContext) children;