TdListInheritedWidget constructor

const TdListInheritedWidget({
  1. Key? key,
  2. TdCellGroupType? type,
  3. IconThemeData? iconTheme,
  4. TextStyle? labelStyle,
  5. TextStyle? badgeStyle,
  6. required Widget child,
})

Implementation

const TdListInheritedWidget({
  super.key,
  this.type,
  this.iconTheme,
  this.labelStyle,
  this.badgeStyle,
  required super.child,
});