menu
te_widgets package
documentation
widgets/table/table.dart
TTableDetails<T, K>
createTitle property
createTitle property
dark_mode
light_mode
createTitle
property
String
? Function
(
T?
item
)
?
createTitle
final
Function to extract the title when creating/editing.
Implementation
final String? Function(T? item)? createTitle;
te_widgets package
documentation
widgets/table/table
TTableDetails<T, K>
createTitle property
TTableDetails class