QuillSingleChildScrollView constructor
const
QuillSingleChildScrollView({
- required ScrollController controller,
- required ViewportBuilder viewportBuilder,
- Key? key,
- ScrollPhysics? physics,
- String? restorationId,
Creates a box in which a single widget can be scrolled.
Implementation
const QuillSingleChildScrollView({
required this.controller,
required this.viewportBuilder,
super.key,
this.physics,
this.restorationId,
});