PositionRegisterScreen constructor

const PositionRegisterScreen({
  1. Key? key,
  2. dynamic position,
})

Implementation

const PositionRegisterScreen({super.key, this.position});