WidgetbookFrame.noFrame constructor

WidgetbookFrame.noFrame()

No frame This can be used to display widgets in isolation, e.g. for Buttons or smaller UI components

Implementation

factory WidgetbookFrame.noFrame() {
  return const WidgetbookFrame(
    name: 'None',
    allowsDevices: false,
  );
}