thickTextShadow property

  1. @override
BoxShadow get thickTextShadow
override

Implementation

@override
BoxShadow get thickTextShadow => const BoxShadow(
      offset: Offset(1, 1),
      blurRadius: 5,
      color: Color.fromARGB(255, 197, 197, 197),
    );