crossAxisAlignment property
- @Deprecated('Use viewDelegate instead. ' 'This feature will be removed in the next major version')
final
How the CustomListView children should be placed along the cross axis.
Defaults to CustomListViewItemAlignment.center.
Implementation
@Deprecated(
'Use viewDelegate instead. '
'This feature will be removed in the next major version',
)
final CustomListViewItemAlignment crossAxisAlignment;