MScrollOnExpand constructor
const
MScrollOnExpand({
- Key? key,
- required Widget child,
- bool scrollOnExpand = true,
- bool scrollOnCollapse = true,
- MExpandableThemeData? theme,
Implementation
const MScrollOnExpand({
super.key,
required this.child,
this.scrollOnExpand = true,
this.scrollOnCollapse = true,
this.theme,
});