feat: add isFullHeight property to RTextField in CaptchaWidget for improved layout flexibility
This commit is contained in:
@@ -57,6 +57,7 @@ class CaptchaWidget extends GetView<CaptchaWidgetLogic> {
|
||||
autovalidateMode: AutovalidateMode.disabled,
|
||||
child: RTextField(
|
||||
height: 50.h,
|
||||
isFullHeight: true,
|
||||
label: 'کد امنیتی',
|
||||
controller: controller.textController,
|
||||
focusedBorder: OutlineInputBorder(
|
||||
|
||||
Reference in New Issue
Block a user