fix highlightwrapper on new flutter version
This commit is contained in:
parent
7d106ad3a2
commit
09bc9bdcbd
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ class HighlightWrapper extends StatelessWidget {
|
|||
? Theme.of(context).colorScheme.onSurface.withAlpha(50)
|
||||
: Colors.transparent,
|
||||
duration: .new(milliseconds: 250),
|
||||
child: child,
|
||||
child: Material(color: Colors.transparent, child: child),
|
||||
),
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue