mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-14 00:01:29 +03:00
Update flutter/lib/mobile/widgets/custom_scale_widget.dart
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
d3ae376aa9
commit
c7730d5f52
@@ -6,7 +6,7 @@ import 'package:flutter_hbb/common/widgets/custom_scale_mixin.dart';
|
|||||||
class MobileCustomScaleControls extends StatefulWidget {
|
class MobileCustomScaleControls extends StatefulWidget {
|
||||||
final FFI ffi;
|
final FFI ffi;
|
||||||
final ValueChanged<int>? onChanged;
|
final ValueChanged<int>? onChanged;
|
||||||
const MobileCustomScaleControls({Key? key, required this.ffi, this.onChanged}) : super(key: key);
|
const MobileCustomScaleControls({super.key, required this.ffi, this.onChanged});
|
||||||
|
|
||||||
@override
|
@override
|
||||||
State<MobileCustomScaleControls> createState() => _MobileCustomScaleControlsState();
|
State<MobileCustomScaleControls> createState() => _MobileCustomScaleControlsState();
|
||||||
|
|||||||
Reference in New Issue
Block a user