TextWidget constructor Null safety

TextWidget(
  1. {Key? key,
  2. String? over,
  3. required String? text,
  4. String? under,
  5. double? width,
  6. double? height,
  7. EdgeInsets padding = Dimens.padding_small,
  8. EdgeInsets margin = Dimens.margin_zero}
)