We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
KeyValueText
1 parent e1b3d4e commit 8e6d645Copy full SHA for 8e6d645
example/lib/widgets/key_value_text.dart
@@ -1,6 +1,6 @@
1
import 'package:flutter/material.dart';
2
3
-/// Use the entry value as [Widget] to use a [WidgetSpan] and [Text] to use a [InlineSpan]
+/// Use the entry value as [Widget] to use a [WidgetSpan] and [Text] to use a [TextSpan]
4
class KeyValueText extends StatefulWidget {
5
const KeyValueText({Key? key, required this.entries}) : super(key: key);
6
0 commit comments