Skip to content

Instantly share code, notes, and snippets.

View medabbassi's full-sized avatar
🏠
Working from home

Mohamed Abbassi medabbassi

🏠
Working from home
  • Tunisia
View GitHub Profile
import 'dart:ui';
import 'package:flutter/material.dart';
class LetterTracing extends StatefulWidget {
final String letter;
final TextStyle textStyle;
final double coloredStrokeWidth;
final double strokeWidth;
final Color color = Colors.black;