SketchySentance.internalConstructor constructor

SketchySentance.internalConstructor({
  1. required String text,
  2. required Color? sketchyColor,
  3. required TextStyle? textStyle,
  4. required Duration? startDelay,
  5. required Duration? duration,
  6. required SketchyType sketchyType,
  7. 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,
});