chore: update default scrollbar size

This commit is contained in:
appflowy 2022-06-05 22:29:09 +08:00
parent 6bf1d9c19a
commit ad5ab10cdd

View File

@ -23,7 +23,7 @@ class StyledSingleChildScrollView extends StatefulWidget {
this.handleColor,
this.controller,
this.scrollbarPadding,
this.barSize = 6,
this.barSize = 12,
}) : super(key: key);
@override