cleanup code

This commit is contained in:
Moe Poi ~ 2022-05-16 20:30:32 +07:00
parent b834601f23
commit 8496247b49
2 changed files with 2 additions and 1 deletions

View file

@ -12,6 +12,7 @@ class Newsletter extends StatelessWidget {
Key? key,
}) : super(key: key);
@override
Widget build(BuildContext context) {
return Column(
children: [

View file

@ -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,