CustomPlaceholder constructor

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

Implementation

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