EmptyPage constructor

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

Implementation

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