ExpandableNodeContainer<T> constructor
const
ExpandableNodeContainer<T> ({
- Key? key,
- required Animation<
double> animation, - required ValueSetter<
ITreeNode< ? onTap,T> > - required Widget child,
- required ITreeNode<
T> node, - required Indentation indentation,
- required int minLevelToIndent,
- required LastChildCacheManager lastChildCacheManager,
- ExpansionIndicator? expansionIndicator,
Implementation
const ExpandableNodeContainer({
super.key,
required this.animation,
required this.onTap,
required this.child,
required this.node,
required this.indentation,
required this.minLevelToIndent,
required this.lastChildCacheManager,
this.expansionIndicator,
});