mirror of
https://github.com/flutter/samples.git
synced 2026-06-12 17:28:52 +00:00
Flutter 3.29 beta (#2571)
This commit is contained in:
@@ -173,9 +173,7 @@ class _SplitState extends State<Split> {
|
||||
child: SizedBox(
|
||||
width: isHorizontal ? Split.dividerMainAxisSize : width,
|
||||
height: isHorizontal ? height : Split.dividerMainAxisSize,
|
||||
child: Center(
|
||||
child: dragIndicator,
|
||||
),
|
||||
child: Center(child: dragIndicator),
|
||||
),
|
||||
),
|
||||
SizedBox(
|
||||
|
||||
Reference in New Issue
Block a user