mediumTextCenter function
Implementation
mediumTextCenter(text, color, double size, [align]) => Text(
text,
textAlign: TextAlign.center,
style: TextStyle(
//fontFamily: TextFontFamily.GILROY_MEDIUM,
fontSize: size,
color: color),
);