This commit is contained in:
2026-03-21 11:40:35 +03:00
parent a221b53b75
commit b37f55843d
@@ -232,7 +232,7 @@ class _FullScreenBlurOverlayState extends State<FullScreenBlurOverlay> {
Expanded( Expanded(
child: LayoutBuilder( child: LayoutBuilder(
builder: (lbCtx, constraints) { builder: (lbCtx, constraints) {
const reservedBelow = 70.0; const reservedBelow = 78.0;
final spectrumH = final spectrumH =
(constraints.maxHeight - reservedBelow).clamp( (constraints.maxHeight - reservedBelow).clamp(
40.0, double.infinity); 40.0, double.infinity);
@@ -253,12 +253,8 @@ class _FullScreenBlurOverlayState extends State<FullScreenBlurOverlay> {
), ),
), ),
const SizedBox(height: 8), const SizedBox(height: 8),
Padding( SizedBox(
padding: const EdgeInsets.only(bottom: 6), height: 36, //
child: ClipRRect(
borderRadius: BorderRadius.circular(6),
child: SizedBox(
height: 22,
child: ColorPickerSlider( child: ColorPickerSlider(
TrackType.hue, TrackType.hue,
currentHSV, currentHSV,
@@ -266,8 +262,6 @@ class _FullScreenBlurOverlayState extends State<FullScreenBlurOverlay> {
displayThumbColor: true, displayThumbColor: true,
), ),
), ),
),
),
const SizedBox(height: 8), const SizedBox(height: 8),
IgnorePointer( IgnorePointer(
ignoring: isSolid, ignoring: isSolid,