state.dart 83 B

12345
  1. import 'package:get/get.dart';
  2. class SignatureBoardState {
  3. final aaa = 1.obs;
  4. }