AmPm constructor

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

Implementation

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