Skip to content

Commit de45bc6

Browse files
committed
Improve item/tile docs
1 parent 0bd0f5e commit de45bc6

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

forui/lib/src/widgets/item/item.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,8 @@ class FItem extends StatelessWidget with FItemMixin {
189189
/// else [title] and [subtitle] are truncated.
190190
///
191191
/// ## Why isn't my [title] [subtitle], or [details] rendered?
192-
/// Using widgets that try to fill the available space, such as [Expanded] or [FTextField], as [details] will cause
193-
/// the [title] and [subtitle] to never be rendered.
192+
/// Using widgets that try to fill the available space, such as [Expanded] or [FTextField], will cause the [title]/
193+
/// [subtitle]/[details] to never be rendered.
194194
///
195195
/// Use [FItem.raw] in these cases.
196196
/// {@endtemplate}

forui/lib/src/widgets/tile/tile.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,8 @@ class FTile extends StatelessWidget with FTileMixin {
170170
/// else [title] and [subtitle] are truncated.
171171
///
172172
/// ## Why isn't my [title] [subtitle], or [details] rendered?
173-
/// Using widgets that try to fill the available space, such as [Expanded] or [FTextField], as [details] will cause
174-
/// the [title] and [subtitle] to never be rendered.
173+
/// Using widgets that try to fill the available space, such as [Expanded] or [FTextField], will cause the [title]/
174+
/// [subtitle]/[details] to never be rendered.
175175
///
176176
/// Use [FTile.raw] in these cases.
177177
/// {@endtemplate}

0 commit comments

Comments
 (0)