mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Changed TickerProviderStateMixin to SingleTickerProviderStateMixin in ScrollbarState (#66653)
This commit is contained in:
parent
6b04937292
commit
21ad3e7af0
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user