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