storybook_flutter
storybook_flutter copied to clipboard
Default light/dark theme inside initialDeviceFrameData
Phone simulator shown always starts in dark mode:
initialDeviceFrameData: DeviceFrameData( device: Devices.ios.iPhone13Mini, isFrameVisible: true, )
It would be great to be able to choose between light/dark themes by default. Is this possible?