ajout des commentaire entete de fichier

This commit is contained in:
2026-01-18 15:31:28 +01:00
parent 031d4a4e17
commit d3bbc9c718
18 changed files with 134 additions and 0 deletions

View File

@@ -1,3 +1,10 @@
/// Outil de calibration de la cible.
///
/// Permet l'ajustement interactif du centre, du rayon global et du nombre d'anneaux.
/// Supporte la calibration individuelle de chaque anneau et le redimensionnement
/// proportionnel via un slider global.
library;
import 'dart:math' as math;
import 'package:flutter/material.dart';
import '../../../core/theme/app_theme.dart';