RecordWidget constructor

const RecordWidget({
  1. Key? key,
  2. CustomRecordWidget? customBuild,
})

Implementation

const RecordWidget({Key? key,this.customBuild}) : super(key: key);