ServerPages constructor

ServerPages({
  1. required Key key,
  2. required String title,
})

Implementation

ServerPages({required Key key, required this.title}) : super(key: key);