@override BoxShadow get textShadow => const BoxShadow( offset: Offset(4, 4), blurRadius: 5, color: Color.fromARGB(255, 227, 227, 227), );