CellChipTheme constructor
const
CellChipTheme({
- Key? key,
- required ValueCell<
ChipThemeData> data, - required ValueCell<
Widget> child,
Implementation
const CellChipTheme({
super.key,
required this.data,
required this.child,
});