TdList constructor
const
TdList({
- Key? key,
- TdCellGroupType? type,
- IconThemeData? iconTheme,
- TextStyle? labelStyle,
- TextStyle? badgeStyle,
- EdgeInsets? minimum,
- ScrollViewKeyboardDismissBehavior keyboardDismissBehavior = ScrollViewKeyboardDismissBehavior.manual,
- required List<
Widget> children,
Implementation
const TdList({
super.key,
this.type,
this.iconTheme,
this.labelStyle,
this.badgeStyle,
this.minimum,
this.keyboardDismissBehavior = ScrollViewKeyboardDismissBehavior.manual,
required this.children,
});