Skip to content

Instantly share code, notes, and snippets.

View lopo12123's full-sized avatar
☹️
sorry for my pessimistic view

lopo lopo12123

☹️
sorry for my pessimistic view
  • Wonderland
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,