diff --git a/example_full/lib/presentation/components/device_preview.dart b/example_full/lib/presentation/components/device_preview.dart index d1d9585..a1657d6 100644 --- a/example_full/lib/presentation/components/device_preview.dart +++ b/example_full/lib/presentation/components/device_preview.dart @@ -5,8 +5,11 @@ import 'package:nearby_service_example_full/presentation/app.dart'; import 'package:provider/provider.dart'; class DevicePreview extends StatelessWidget { - const DevicePreview( - {super.key, required this.device, this.largeView = false}); + const DevicePreview({ + super.key, + required this.device, + this.largeView = false, + }); final NearbyDevice device; final bool largeView;