RadialWidgetPointer constructor
const
RadialWidgetPointer({})
Implementation
const RadialWidgetPointer({
Key? key,
required this.value,
required Widget child,
this.isInteractive = false,
this.onChanged,
}) : super(key: key, child: child);