Skip to content

Commit cb744ca

Browse files
authored
Merge pull request #329 from AhmedLSayed9/update_examples
Update examples
2 parents 5a75ba7 + 586e463 commit cb744ca

31 files changed

+1
-5
lines changed

packages/dropdown_button2_test/lib/src/search_example.dart

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ class _SearchExampleState extends State<SearchExample> {
7474
height: 50,
7575
padding: const EdgeInsets.only(
7676
top: 8,
77-
bottom: 4,
7877
right: 8,
7978
left: 8,
8079
),
@@ -84,10 +83,7 @@ class _SearchExampleState extends State<SearchExample> {
8483
controller: textEditingController,
8584
decoration: InputDecoration(
8685
isDense: true,
87-
contentPadding: const EdgeInsets.symmetric(
88-
horizontal: 10,
89-
vertical: 8,
90-
),
86+
contentPadding: const EdgeInsets.symmetric(horizontal: 10),
9187
hintText: 'Search for an item...',
9288
hintStyle: const TextStyle(fontSize: 12),
9389
border: OutlineInputBorder(
-2 Bytes
Loading
-19 Bytes
Loading
-27 Bytes
Loading
-62 Bytes
Loading
-51 Bytes
Loading
-240 Bytes
Loading
-9 Bytes
Loading
-91 Bytes
Loading
-22 Bytes
Loading

0 commit comments

Comments
 (0)