onDelete property

void Function() get onDelete

Implementation

void Function() get onDelete => throw Exception('Do use inner prop');
set onDelete (void onDelete())

Implementation

set onDelete(void Function() onDelete) => _onDelete = onDelete;