defaultProperties property

ChipThemeData? defaultProperties
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;