LiveFlow constructor

const LiveFlow({
  1. Key? key,
})

Implementation

const LiveFlow({
  Key? key,
}) : super(key: key);