This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import 'package:flutter/material.dart'; | |
const LIMIT = 200; | |
// You can manipulate this factor as much as you want. | |
const SCROLL_FACTOR = 0.3; | |
var offset = 60.2; | |
class Scroll extends StatefulWidget { |