BaseView constructor

BaseView({
  1. Key? key,
})

Implementation

BaseView({super.key}) {
  return;
}