SimpleListItem constructor

SimpleListItem({
  1. dynamic val,
  2. required Widget renderItem,
  3. required String strVal,
  4. Color bgColor = Colors.white,
})

Implementation

SimpleListItem({this.val, required this.renderItem, required this.strVal, this.bgColor = Colors.white});