NiceShowOnBreakpoint constructor
const
NiceShowOnBreakpoint({
- Key? key,
- required List<
NiceBreakpoint> showOn, - required Widget child,
- Widget? replacement,
Implementation
const NiceShowOnBreakpoint({
super.key,
required this.showOn,
required this.child,
this.replacement,
});