TextShowPage constructor

const TextShowPage({
  1. Key? key,
  2. required String text,
  3. String? appBarTitleText,
})

Implementation

const TextShowPage({super.key, required this.text, this.appBarTitleText});