ResponsiveRect constructor
const
ResponsiveRect({})
Implementation
const ResponsiveRect({
required this.rectPhone,
required this.rectTablet,
required this.rectLaptop,
required this.rectDesktop,
});
const ResponsiveRect({
required this.rectPhone,
required this.rectTablet,
required this.rectLaptop,
required this.rectDesktop,
});