BackToTop constructor
const
BackToTop(
- ScrollController controller, {
- Key? key,
- double bottom = 40.0,
- double size = 40,
- double? scrollHeight,
Implementation
const BackToTop(this.controller, {Key? key, this.bottom = 40.0, this.size = 40, this.scrollHeight}) : super(key: key);