action property

Widget? action
final

Optional custom action widget. If null, a FilledButton is created using actionLabel and onActionPressed.

Implementation

final Widget? action;