Component
LocationSelector
Flutter implementation of the LocationSelector component.
Usage
dart
import 'package:refraction_ui/refraction_ui.dart';
class MyLocationSelectorExample extends StatelessWidget {
@override
Widget build(BuildContext context) {
return LocationSelector(
// Add props here
);
}
}