79145308

Date: 2024-10-31 15:30:00
Score: 0.5
Natty:
Report link

If you want it to apply to the entire app, you can do this by setting it in ThemeData when initializing the app.

ThemeData get lightTheme {
  return ThemeData(
    scrollbarTheme: ScrollbarThemeData(
      thickness: WidgetStateProperty.all(0),
    ),
  );
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Shafiq Jefri