EmptyWidget1 constructor

EmptyWidget1({
  1. Key? key,
})

Implementation

factory EmptyWidget1({Key? key}) {
  _singleton ??= EmptyWidget1._internal(key: key);
  return _singleton!;
}