Update: 2026-06-26 02:37:10
This commit is contained in:
@@ -105,7 +105,7 @@ class RegisterCaptain extends StatelessWidget {
|
||||
onTap: onTap,
|
||||
decoration: InputDecoration(
|
||||
labelText: label.tr,
|
||||
hintText: hintText,
|
||||
hintText: hintText?.tr,
|
||||
prefixIcon:
|
||||
icon != null ? Icon(icon, color: AppColor.secondaryColor) : null,
|
||||
border: OutlineInputBorder(
|
||||
|
||||
Reference in New Issue
Block a user