PinRelativeMark constructor

const PinRelativeMark({
  1. Key? key,
  2. required List<Widget> children,
})

Implementation

const PinRelativeMark({Key? key, required this.children}) : super(key: key);