defaultProperties property Null safety
final
Defines the defaults for the chip properties if they are not specified elsewhere.
If null then ChipThemeData.fromDefaults will be used for the default properties.
Implementation
final ChipThemeData? defaultProperties;