cleanup code
This commit is contained in:
parent
b834601f23
commit
8496247b49
2 changed files with 2 additions and 1 deletions
lib/components
|
@ -12,6 +12,7 @@ class Newsletter extends StatelessWidget {
|
|||
Key? key,
|
||||
}) : super(key: key);
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return Column(
|
||||
children: [
|
||||
|
|
|
@ -23,7 +23,7 @@ class _SearchFormState extends State<SearchForm> {
|
|||
Widget build(BuildContext context) {
|
||||
return Form(
|
||||
child: TextFormField(
|
||||
style: TextStyle(color: Colors.white),
|
||||
style: const TextStyle(color: Colors.white),
|
||||
controller: searchController,
|
||||
decoration: InputDecoration(
|
||||
filled: true,
|
||||
|
|
Loading…
Add table
Reference in a new issue