NormalText constructor

const NormalText({
  1. required String text,
})

Implementation

const NormalText({
  required super.text,
});