OpenWListView constructor
const
OpenWListView({
- Key? key,
- required dynamic state,
- required List<
CNode> children, - required bool flagValue,
- required FDirection direction,
- required bool isReverse,
- required bool isPrimary,
- required bool shrinkWrap,
- required FGeneralTypeInput generalTypeInput,
Returns a ListView in Teta
Implementation
const OpenWListView({
super.key,
required this.state,
required this.children,
required this.flagValue,
required this.direction,
required this.isReverse,
required this.isPrimary,
required this.shrinkWrap,
required this.generalTypeInput,
});