createState method

  1. @override
State<AnimatedChatRecordButton> createState()
override

Creates an instance of AnimatedChatRecordButton with a recording output path

Implementation

@override
State<AnimatedChatRecordButton> createState() =>
    _AnimatedChatRecordButtonState();