WidgetbookFrame.defaultFrame constructor

WidgetbookFrame.defaultFrame()

The default Widgetbook frame This is a container with a small border

Implementation

factory WidgetbookFrame.defaultFrame() {
  return const WidgetbookFrame(
    name: 'Widgetbook',
    allowsDevices: true,
  );
}