Skip to content

Commit 3f55afc

Browse files
authored
Update Elevated-button.dart
1 parent d95733b commit 3f55afc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Elevated-button.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,5 @@ ElevatedButton(
2424
onPressed: () => {} , //set both onPressed and onLongPressed to null to see the disabled properties
2525
onLongPress: () => {}, //set both onPressed and onLongPressed to null to see the disabled properties
2626
child: Text('ElevatedButton')
27+
2728
),

0 commit comments

Comments
 (0)