LocatorWidget<T> constructor

const LocatorWidget<T>({
  1. Key? key,
})

Implementation

const LocatorWidget({Key? key}) : super(key: key);