FastEmptyContainer constructor

const FastEmptyContainer({
  1. Key? key,
})

Implementation

const FastEmptyContainer({Key? key}) : super(key: key);