DynamicListItem constructor

DynamicListItem({
  1. required String title,
  2. Widget? trailing,
  3. ListItemPostition? position,
  4. DynamicListItemCallback? callback,
  5. DynamicListItemStyle style = const DynamicListItemStyle(),
  6. bool? testing,
})

Implementation

DynamicListItem(
    {required this.title,
    this.trailing,
    this.position,
    this.callback,
    this.style = const DynamicListItemStyle(),
    this.testing});