panchalAlpit
panchalAlpit
DevicePreview( enabled: !kReleaseMode, builder: (context) => EasyLocalization( supportedLocales: [Locale('en', 'US'), Locale('ar', 'DZ')], path: 'assets/translations', //
@HaardikBhagtani Please set the static height and width in Googlepaybutton. `SizedBox( width: Get.width*0.5, height: 50, child: GooglePayButton( type: GooglePayButtonType.standard, onTap: (){}, ), ),`
use below option inside the decoration `isCollapsed: false, isDense: true,`
Thanks now it's working.
it's not working in Bottomsheet. I have checked the Get.bottomSheet(). and showModalBottomSheet().
Getting same issue, any solution