AgShakeText constructor
const
AgShakeText({})
Creates a AgShakeText widget
Implementation
const AgShakeText({super.key, required this.text, this.style, this.duration = const Duration(milliseconds: 500), this.shakeOffset = 6, this.axis = Axis.horizontal, this.autoStart = true});