UI constructor

UI({
  1. Key? key,
})

Implementation

UI({Key? key}) : super(key: key);