diff --git a/example/lib/main.dart b/example/lib/main.dart index 06085b3..2efc507 100644 --- a/example/lib/main.dart +++ b/example/lib/main.dart @@ -175,8 +175,6 @@ class _SearchFieldSampleState extends State { style: BorderStyle.solid, ), ), - fillColor: Colors.white, - filled: true, contentPadding: const EdgeInsets.symmetric( horizontal: 20, ), diff --git a/example/lib/network_sample.dart b/example/lib/network_sample.dart index b6815d9..9f91514 100644 --- a/example/lib/network_sample.dart +++ b/example/lib/network_sample.dart @@ -105,7 +105,6 @@ class _NetworkSampleState extends State { style: BorderStyle.solid, ), ), - fillColor: Colors.white, filled: true, contentPadding: const EdgeInsets.symmetric( horizontal: 20, diff --git a/example/lib/pagination.dart b/example/lib/pagination.dart index 889ba33..502f2db 100644 --- a/example/lib/pagination.dart +++ b/example/lib/pagination.dart @@ -121,7 +121,6 @@ class _PaginationState extends State { ), ), fillColor: Colors.white, - filled: true, contentPadding: const EdgeInsets.symmetric( horizontal: 20, ),