Responsive constructor
const
Responsive({
- Key? key,
- Widget mobileSmall(
- BoxConstraints constraints
- Widget mobile(
- BoxConstraints constraints
- Widget tabletSmall(
- BoxConstraints constraints
- Widget tablet(
- BoxConstraints constraints
- Widget desktop(
- BoxConstraints constraints
- Widget desktopLarge(
- BoxConstraints constraints
Implementation
const Responsive(
{super.key,
this.mobileSmall,
this.mobile,
this.tabletSmall,
this.tablet,
this.desktop,
this.desktopLarge});