alleditor
alleditor
dart';
void main() {
runApp(MaterialApp(
home: Home(),
debugShowCheckedModeBanner: false,));
}
),
Text(" Created By Aditya",style:
TextStyle(fontSize: 15,color: Colors.white,fontFamily: "fonts/Kanit-
Regular.ttf",),),
],
),
),
),
);
}
}