static TextStyle whiteBold({int size = 16}) => TextStyle( color: Colors.white, fontSize: size.toFont, letterSpacing: 0.1, fontWeight: FontWeight.w700, );