UICell constructor

UICell({
  1. Key? key,
})

Implementation

UICell({Key? key}) : super(key: key) {
  onLoad();
}