MaterialStatePropertyAll constructor Null safety

const MaterialStatePropertyAll(
  1. Color? color
)

Implementation

const factory MaterialStatePropertyAll(final Color? color) =
    _$MaterialStatePropertyAll;