ColorProps constructor Null safety

ColorProps(
  1. {required String? color}
)

Implementation

ColorProps({required this.color});