AwesomeFocusIndicator constructor

const AwesomeFocusIndicator({
  1. Key? key,
  2. required Offset position,
})

Implementation

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