datetime_picker_formfield
datetime_picker_formfield copied to clipboard
Warning: Operand of null-aware operation
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,
^