xStyleNumber_XDashBoardCounter method

dynamic xStyleNumber_XDashBoardCounter(
  1. Color color
)

Implementation

xStyleNumber_XDashBoardCounter(Color color) {
  return XStyles.xStyleText(fontSize: 40, activeBold: true, colorText: color);
}