You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have this warning that bothers me, I have flutter 2.0.3.
and the latest version of the library.
and it's internal.
Warning: Operand of null-aware operation '??' has type 'Color' which excludes null.
- 'Color' is from 'dart:ui'.
color: theme.backgroundColor ?? Colors.white,
^
The text was updated successfully, but these errors were encountered:
I have this warning that bothers me, I have flutter 2.0.3.
and the latest version of the library.
and it's internal.
The text was updated successfully, but these errors were encountered: