Unverified Commit 5d7fc235 authored by Harry Terkelsen's avatar Harry Terkelsen Committed by GitHub

Fix analysis error in icon button test (#93749)

parent 7dcdfe63
......@@ -80,7 +80,7 @@ void main() {
await tester.pumpWidget(
wrap(
child: IconTheme(
data: const IconThemeData(size: null),
data: const IconThemeData(),
child: IconButton(
focusNode: focusNode,
onPressed: mockOnPressedFunction.handler,
......
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