TextBlock constructor

TextBlock({
  1. required String text,
})

Implementation

TextBlock({required this.text});