Skip to content

Commit

Permalink
fix: Show drag handle of bottom sheet
Browse files Browse the repository at this point in the history
  • Loading branch information
just-seba committed Oct 16, 2024
1 parent 0467a94 commit b85859e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/ui/analytics/metrics/analytics_metric_card.dart
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ class AnalyticsMetricCard extends StatelessWidget {
void _showDetails(BuildContext context) {
showModalBottomSheet<void>(
context: context,
showDragHandle: true,
builder: (context) {
return SizedBox(
height: 256,
child: Center(
child: Column(
children: [
const SizedBox(height: 16),
Text(
title,
style: Theme.of(context).appBarTheme.titleTextStyle ??
Expand Down

0 comments on commit b85859e

Please sign in to comment.