YEmptyContainer function

  1. @Deprecated("Use YEmpty instead")
Widget YEmptyContainer()

Implementation

@Deprecated("Use YEmpty instead")
Widget YEmptyContainer() => const SizedBox(width: 0, height: 0);