Skip to content

Commit 17ab85b

Browse files
committed
Use sizedbox for header
1 parent 711c2d7 commit 17ab85b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/material_leap/lib/src/widgets/exact_slider.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ class _ExactSliderState extends State<ExactSlider> {
172172
title: Row(
173173
children: [
174174
if (header != null) ...[
175-
header,
175+
SizedBox(width: 200, child: header),
176176
const SizedBox(width: 16),
177177
],
178178
ConstrainedBox(

0 commit comments

Comments
 (0)