[mob][photos] resolved PR comments

This commit is contained in:
Aman Raj Singh Mourya
2024-06-20 12:57:14 +05:30
parent 39d232a937
commit fc7e7f4c88
4 changed files with 5 additions and 8 deletions

View File

@@ -46,7 +46,7 @@ class TextInputWidget extends StatefulWidget {
final ValueNotifier? isEmptyNotifier;
final List<TextInputFormatter>? textInputFormatter;
final TextInputType? textInputType;
final bool? enableFillColor;
final bool enableFillColor;
const TextInputWidget({
this.onSubmit,
this.onChange,