StepTextCursor constructor

const StepTextCursor({
  1. Key? key,
  2. required Widget cursor,
})

Implementation

const StepTextCursor({Key? key, required this.cursor}) : super(key: key);