SketchySentance.internalConstructor constructor
SketchySentance.internalConstructor({
- required String text,
- required Color? sketchyColor,
- required TextStyle? textStyle,
- required Duration? startDelay,
- required Duration? duration,
- required SketchyType sketchyType,
- required VoidCallback? onTap,
Implementation
SketchySentance.internalConstructor({
required this.text,
required this.sketchyColor,
required this.textStyle,
required this.startDelay,
required this.duration,
required this.sketchyType,
required this.onTap,
});