textShadow property

  1. @override
BoxShadow get textShadow
override

Implementation

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