ModulaExpandIn constructor
const
ModulaExpandIn({})
Implementation
const ModulaExpandIn({
required this.child,
super.key,
this.duration = const Duration(milliseconds: 300),
this.curve = Curves.easeInOut,
this.expand = true,
});