Skip to content

Instantly share code, notes, and snippets.

View cristianfb1989's full-sized avatar

Cristian Fabian Bustos cristianfb1989

View GitHub Profile
import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
class Prueba extends StatefulWidget {
@override
_PruebaState createState() => _PruebaState();
}
class _PruebaState extends State<Prueba> {
ScrollController _scrollController;