datetime_picker_formfield icon indicating copy to clipboard operation
datetime_picker_formfield copied to clipboard

Warning: Operand of null-aware operation

Open miguelflores1993 opened this issue 4 years ago • 0 comments

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,
                               ^

miguelflores1993 avatar Apr 29 '21 19:04 miguelflores1993