getName method
Implementation
Widget getName() {
return Text(propsName, style: const TextStyle(color: Colors.black,fontSize: 16,fontWeight: FontWeight.bold));
}
Widget getName() {
return Text(propsName, style: const TextStyle(color: Colors.black,fontSize: 16,fontWeight: FontWeight.bold));
}