TScrollTop constructor
const
TScrollTop({})
Implementation
const TScrollTop({
super.key,
required this.child,
this.duration = const Duration(milliseconds: 300),
this.curve = Curves.easeOut,
this.alignment = 0.0,
});