ChipTheme constructor
- Key? key,
- required ChipThemeData data,
- required Widget child,
Applies the given theme data to child.
Implementation
const ChipTheme({super.key, required this.data, required super.child});
Applies the given theme data to child.
const ChipTheme({super.key, required this.data, required super.child});