diagonal scrollview
a flutter package that provides a diagonalscrollview.
a flutter package that allows to scroll in both, horizontal and vertical direction, as well as zooming.
usage
- import the package:
import 'package:diagonal_scrollview/diagonal_scrollview.dart';
- use it:
diagonalscrollview(child: mywidget);
example:
using the controllers:
Comments are closed.