Skip to content

Instantly share code, notes, and snippets.

View arshrahman's full-sized avatar

Abdul Rahman arshrahman

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,