@override BoxShadow get textShadow => const BoxShadow( offset: Offset(1, 1), blurRadius: 3, color: Color.fromARGB(255, 81, 81, 81), );