buttonShadow property

  1. @override
BoxShadow get buttonShadow
override

Implementation

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