DynamicListItem constructor

DynamicListItem({
  1. required String title,
  2. Widget? trailing,
  3. ListItemPostition? position,
  4. CustomListItemCallback? callback,
  5. bool? testing,
})

Implementation

DynamicListItem({required this.title, this.trailing, this.position, this.callback, this.testing});