TempPage constructor

TempPage({
  1. Key? key,
})

Implementation

TempPage({Key? key}) : super(pageState: _TempPageState(), key: key);