Skip to content

Commit 8e6d645

Browse files
author
lakscastro
committed
(#94) Fix KeyValueText doc
1 parent e1b3d4e commit 8e6d645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/lib/widgets/key_value_text.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import 'package:flutter/material.dart';
22

3-
/// Use the entry value as [Widget] to use a [WidgetSpan] and [Text] to use a [InlineSpan]
3+
/// Use the entry value as [Widget] to use a [WidgetSpan] and [Text] to use a [TextSpan]
44
class KeyValueText extends StatefulWidget {
55
const KeyValueText({Key? key, required this.entries}) : super(key: key);
66

0 commit comments

Comments
 (0)