|
|
|
@ -245,7 +245,7 @@ class _SparePartRequestState extends State<SparePartRequest> with TickerProvider
|
|
|
|
controller: _descriptionController,
|
|
|
|
controller: _descriptionController,
|
|
|
|
showSpeechToText: true,
|
|
|
|
showSpeechToText: true,
|
|
|
|
backgroundColor: context.isDark ? AppColor.neutral20 : AppColor.neutral90,
|
|
|
|
backgroundColor: context.isDark ? AppColor.neutral20 : AppColor.neutral90,
|
|
|
|
labelText: context.translation.description,
|
|
|
|
labelText: "Engineer Comment",
|
|
|
|
alignLabelWithHint: true,
|
|
|
|
alignLabelWithHint: true,
|
|
|
|
showWithoutDecoration: true,
|
|
|
|
showWithoutDecoration: true,
|
|
|
|
textInputType: TextInputType.multiline,
|
|
|
|
textInputType: TextInputType.multiline,
|
|
|
|
|