TF-1017 Enable scroll to top button for web

(cherry picked from commit 2d8abfd6afe3865f0e6eb3ec6b3cdc6b3b1005f8)
This commit is contained in:
hieubt
2023-10-25 09:08:13 +07:00
committed by Dat H. Pham
parent 88a29784a4
commit ebd9663a5c
@@ -61,9 +61,6 @@ class _ScrollToTopButtonWidgetState extends State<ScrollToTopButtonWidget> {
@override
Widget build(BuildContext context) {
if (widget.responsiveUtils.isWebDesktop(context)) {
return const SizedBox.shrink();
}
return Align(
alignment: AlignmentDirectional.bottomEnd,