TxDropDownMenuAction constructor
const
TxDropDownMenuAction({
- required int id,
- required String label,
- required TypeActionButton type,
- required Function action,
Implementation
const TxDropDownMenuAction({
required this.id,
required this.label,
required this.type,
required this.action,
});