Skip to content

Commit

Permalink
update sample code
Browse files Browse the repository at this point in the history
  • Loading branch information
maheshj01 committed Apr 4, 2024
1 parent 4f5fab5 commit be6074e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,6 @@ class _SearchFieldSampleState extends State<SearchFieldSample> {
style: BorderStyle.solid,
),
),
fillColor: Colors.white,
filled: true,
contentPadding: const EdgeInsets.symmetric(
horizontal: 20,
),
Expand Down
1 change: 0 additions & 1 deletion example/lib/network_sample.dart
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ class _NetworkSampleState extends State<NetworkSample> {
style: BorderStyle.solid,
),
),
fillColor: Colors.white,
filled: true,
contentPadding: const EdgeInsets.symmetric(
horizontal: 20,
Expand Down
1 change: 0 additions & 1 deletion example/lib/pagination.dart
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ class _PaginationState extends State<Pagination> {
),
),
fillColor: Colors.white,
filled: true,
contentPadding: const EdgeInsets.symmetric(
horizontal: 20,
),
Expand Down

0 comments on commit be6074e

Please sign in to comment.