FlickerTitle constructor

FlickerTitle({
  1. Key? key,
  2. required String labelText,
})

Implementation

FlickerTitle({
  Key? key,
  required this.labelText,
}) : super(key: key);