FallbackPlaceholder constructor

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

Implementation

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