afterRender property

void afterRender=(String? callback(GroupType groupType, String htmlString)?)

Implementation

set afterRender(String? Function(GroupType groupType, String htmlString)? callback) => _afterRenderCallback = callback;