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