NsgErrorPage constructor

const NsgErrorPage({
  1. Key? key,
  2. String? text = '',
})

Implementation

const NsgErrorPage({Key? key, this.text = ''}) : super(key: key);