menu
ui_widgets_component package
documentation
form/selection_list.dart
TrailingIcon<T>
onTap property
onTap property
dark_mode
light_mode
onTap
property
ValueChanged
<
T
>
?
onTap
final
Called with the value of the list item when tapped
Implementation
final ValueChanged<T>? onTap;
ui_widgets_component package
documentation
form/selection_list
TrailingIcon<T>
onTap property
TrailingIcon class