Skip to content

Instantly share code, notes, and snippets.

View wanghui159753's full-sized avatar
🏠
Working from home

Terrell Franzman wanghui159753

🏠
Working from home
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,