TdListInheritedWidget constructor
const
TdListInheritedWidget({
- Key? key,
- TdCellGroupType? type,
- IconThemeData? iconTheme,
- TextStyle? labelStyle,
- TextStyle? badgeStyle,
- required Widget child,
Implementation
const TdListInheritedWidget({
super.key,
this.type,
this.iconTheme,
this.labelStyle,
this.badgeStyle,
required super.child,
});