FlowNode02 constructor

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

Implementation

const FlowNode02({
  super.key,
});