scrollbarTheme function

ScrollbarThemeData scrollbarTheme(
  1. BuildContext context
)

Implementation

ScrollbarThemeData scrollbarTheme(BuildContext context) {
  return theme(context).scrollbarTheme;
}