Skip to content

Commit

Permalink
Remove unused components
Browse files Browse the repository at this point in the history
  • Loading branch information
fujidaiti committed Sep 20, 2024
1 parent f75fa7b commit 5316932
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/src/foundation/sheet_physics.dart
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
import 'dart:io';
import 'dart:math';
import 'dart:ui';

import 'package:collection/collection.dart';
import 'package:flutter/gestures.dart';
import 'package:flutter/physics.dart';
import 'package:flutter/widgets.dart';

import '../internal/double_utils.dart';
Expand All @@ -24,9 +22,6 @@ const kDefaultSheetSpring = SpringDescription(
damping: 15.5563491861, // 1.1 * 2.0 * sqrt(0.5 * 100.0)
);

const _kMinSettlingDuration = Duration(milliseconds: 160);
const _kDefaultSettlingSpeed = 600.0; // logical pixels per second

/// The default [SheetPhysics] used by sheet widgets.
const kDefaultSheetPhysics =
BouncingSheetPhysics(parent: SnappingSheetPhysics());
Expand Down

0 comments on commit 5316932

Please sign in to comment.