ShadowText constructor
const
ShadowText(
- String text, {
- Key? key,
- required List<
Shadow> shadows, - TextStyle? style,
- TextAlign? textAlign,
- TextDirection? textDirection,
- int? maxLines,
- TextOverflow? overflow,
Implementation
const ShadowText(
this.text, {
super.key,
required this.shadows,
this.style,
this.textAlign,
this.textDirection,
this.maxLines,
this.overflow,
});