diff --git a/lib/src/components/list_item/list_item.dart b/lib/src/components/list_item/list_item.dart index b1041a96..f47e7975 100644 --- a/lib/src/components/list_item/list_item.dart +++ b/lib/src/components/list_item/list_item.dart @@ -141,6 +141,7 @@ class ZetaListItem extends StatelessWidget { final Widget? trailing; /// Adds a border to the bottom of the list item. + /// If this isn't provided and the item is used in a [ZetaList], the value is fetched from the [showDivider] prop on the [ZetaList]. final bool? showDivider; @override