putInExpandedIfNotShrunk method
Implementation
Widget putInExpandedIfNotShrunk(BuildContext context, BlocxInfiniteListState state, Widget child) {
if (options.shrinkWrap) return child;
return Expanded(child: child);
}
Widget putInExpandedIfNotShrunk(BuildContext context, BlocxInfiniteListState state, Widget child) {
if (options.shrinkWrap) return child;
return Expanded(child: child);
}