Skip to content

Instantly share code, notes, and snippets.

View waelalameen's full-sized avatar
🎯
Focusing

Wael Alameen waelalameen

🎯
Focusing
  • Thoughtworks Romania S.L.R.
  • 04:10 (UTC +03:00)
View GitHub Profile
@waelalameen
waelalameen / scroll.dart
Created April 23, 2022 11:17
Custom scroll demo
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 {