refactor: Update flutter lints
This commit is contained in:
parent
b473f514ba
commit
35983437e2
15 changed files with 43 additions and 82 deletions
|
|
@ -111,7 +111,7 @@ class PIPViewState extends State<PIPView> with TickerProviderStateMixin {
|
|||
});
|
||||
}
|
||||
|
||||
void _onPanEnd(_) {
|
||||
void _onPanEnd(dynamic _) {
|
||||
if (!_isDragging) return;
|
||||
|
||||
final nearestCorner = _calculateNearestCorner(
|
||||
|
|
@ -128,7 +128,7 @@ class PIPViewState extends State<PIPView> with TickerProviderStateMixin {
|
|||
});
|
||||
}
|
||||
|
||||
void _onPanStart(_) {
|
||||
void _onPanStart(dynamic _) {
|
||||
if (_isAnimating()) return;
|
||||
setState(() {
|
||||
_dragOffset = _offsets[_corner]!;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue