ShowPlate constructor

const ShowPlate({
  1. Key? key,
  2. Widget? emptyPlate,
  3. TextStyle? textStyle,
})

Implementation

const ShowPlate({super.key, this.emptyPlate, this.textStyle});