Skip to content

Instantly share code, notes, and snippets.

View przemekbroda's full-sized avatar

Przemek Broda przemekbroda

View GitHub Profile
import 'package:flutter/material.dart';
class FadeIndexedStack extends StatefulWidget {
final int index;
final List<Widget> children;
final Duration duration;
const FadeIndexedStack({
Key key,
this.index,