createTitle property

String? Function(T? item)? createTitle
final

Function to extract the title when creating/editing.

Implementation

final String? Function(T? item)? createTitle;