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.
1 parent d95733b commit 3f55afcCopy full SHA for 3f55afc
Elevated-button.dart
@@ -24,4 +24,5 @@ ElevatedButton(
24
onPressed: () => {} , //set both onPressed and onLongPressed to null to see the disabled properties
25
onLongPress: () => {}, //set both onPressed and onLongPressed to null to see the disabled properties
26
child: Text('ElevatedButton')
27
+
28
),
0 commit comments