We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbb2dcf commit b60ba28Copy full SHA for b60ba28
lib/widgets/content.dart
@@ -522,12 +522,8 @@ class _SpoilerState extends State<Spoiler> with TickerProviderStateMixin {
522
]))),
523
FadeTransition(
524
opacity: _animation,
525
- child: const SizedBox(height: 0, width: double.infinity,
526
- child: DecoratedBox(
527
- decoration: BoxDecoration(
528
- border: Border(
529
- // Web has the same color in light and dark mode.
530
- bottom: BorderSide(width: 1, color: Color(0xff808080))))))),
+ // Web has the same color in light and dark mode.
+ child: const Divider(color: Color(0xff808080), height: 1)),
531
SizeTransition(
532
sizeFactor: _animation,
533
axis: Axis.vertical,
0 commit comments