This commit is contained in:
Hamza-Ayed
2023-10-18 22:38:06 +03:00
parent 5cbd03f7d8
commit 805754a599
8 changed files with 208 additions and 17 deletions

View File

@@ -81,7 +81,7 @@ class RateCaptainFromPassenger extends StatelessWidget {
controller: controller.comment,
decoration: InputDecoration(
labelText: 'Enter your Note'.tr,
hintText: 'Type something...',
hintText: 'Type something...'.tr,
prefixIcon: const Icon(
Icons.rate_review), // Add an icon as a prefix
suffixIcon: IconButton(