FlutterServerStateView constructor

const FlutterServerStateView({
  1. Key? key,
  2. required ServerRunner runner,
})

Implementation

const FlutterServerStateView({super.key, required this.runner});