Unverified Commit 21ad3e7a authored by Chinmoy's avatar Chinmoy Committed by GitHub

Changed TickerProviderStateMixin to SingleTickerProviderStateMixin in ScrollbarState (#66653)

parent 6b049372
......@@ -83,7 +83,7 @@ class Scrollbar extends StatefulWidget {
_ScrollbarState createState() => _ScrollbarState();
}
class _ScrollbarState extends State<Scrollbar> with TickerProviderStateMixin {
class _ScrollbarState extends State<Scrollbar> with SingleTickerProviderStateMixin {
ScrollbarPainter _materialPainter;
TextDirection _textDirection;
Color _themeColor;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment