Huy
Huy
Did you guys use `prevent screenshot capture` or not?
> I tried below: > > ``` > brew uninstall librist --ignore-dependencies > brew uninstall mbedtls --ignore-dependencies > brew reinstall scrcpy > ``` > > then it works Thanks bro,...
```dart DottedBorder( customPath: (size) { return Path() ..addRRect( borderRadius .resolve(Directionality.of(context)) .toRRect( Rect.fromLTRB( 0, 0, size.width, size.height), ), ); }, child: [Your child], ); ``` ...