File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff 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
8080funtionality.
8181
82-
8382## SolidScaffold
8483
8584The ` 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
You can’t perform that action at this time.
0 commit comments