From 564ad29ccf89f629bf56e09cd7554c36f71ea65d Mon Sep 17 00:00:00 2001 From: mikecoomber Date: Wed, 12 Jun 2024 11:23:31 +0100 Subject: [PATCH] docs --- lib/src/components/list_item/list_item.dart | 1 + 1 file changed, 1 insertion(+) 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