textShadows top-level property

List<BoxShadow> textShadows
getter/setter pair

Implementation

List<BoxShadow> textShadows = [
  BoxShadow(color: Colors.black.withValues(alpha: 0.5), spreadRadius: 0, blurRadius: 4, offset: const Offset(2, 2)),
];