Skip to content

Instantly share code, notes, and snippets.

View tayormi's full-sized avatar
🥰
Working Silently

Temitope Ajiboye tayormi

🥰
Working Silently
View GitHub Profile
// Copyright 2014 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'package:flutter/cupertino.dart';
import 'package:flutter/services.dart';
// Offset from offscreen below to stopping below the top of the screen.
final Animatable<Offset> _kBottomUpTween = Tween<Offset>(
begin: const Offset(0.0, 1.0),