Skip to content

Commit e678cb1

Browse files
committed
Lint fixes.
1 parent 1e1a94f commit e678cb1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ framework for a typical Solid app. The child is the `Home()` widget.
7979
`home.dart` implements the `Home()` widget as the main app
8080
funtionality.
8181

82-
8382
## SolidScaffold
8483

8584
The `SolidScaffold()` is the primary widget for building Solid
@@ -177,7 +176,7 @@ class SolidMenuItem {
177176
final IconData icon; // Required: Menu icon
178177
final Color? color; // Optional: Icon colour
179178
final Widget? child; // Optional: Content widget when selected
180-
final String? tooltip; // Optional: Tooltip message (supports Markdown)
179+
final String? tooltip; // Optional: Tooltip message (Markdown)
181180
final String? message; // Optional: Dialogue message content
182181
final String? dialogTitle; // Optional: Dialogue title
183182
final void Function(BuildContext)? onTap; // Optional: Tap callback

0 commit comments

Comments
 (0)