Aladdin

Results 9 comments of Aladdin

Any news here on this issue ?

I also need to remove it so i can show the text field hint placeholder text

@ProgramYazar Did you find any solution ?

@joanpablo any support please

Any news about this issue ?

Any updates ? @antonygunawan94

@khaven Wrap your button with [transparent_pointer](https://pub.dev/packages/transparent_pointer) ```dart Positioned( top: -8.h, right: -2.w, child: OverflowPadding( padding: EdgeInsets.all(-AppSpaces.borderRadius16), child: DeferPointer( child: TransparentPointer( child: InkWell( onTap: () { final controller = context.read(); controller.removeItemFromCart(cartItemId:...

@marcglasberg Those are the native positioned widget in flutter ```dart Positioned( left: , right: , child: child, ), PositionedDirectional( start: , end: , child: child, ), AnimatedPositionedDirectional( child: child, duration:...