DeviceFrameTheme constructor
const
DeviceFrameTheme({
- required DeviceFrameStyle style,
- required Widget child,
Give a style
to all descentant in child
device frames.
Implementation
const DeviceFrameTheme({
required this.style,
required Widget child,
}) : super(child: child);