ColScreen.inDevice constructor
Will set width BsCol in mobile, tablet, desktop screen including
Implementation
factory ColScreen.inDevice({Col? mobile, Col? tablet, Col? desktop}) {
return ColScreen(sm: mobile, md: tablet, lg: desktop);
}
Will set width BsCol in mobile, tablet, desktop screen including
factory ColScreen.inDevice({Col? mobile, Col? tablet, Col? desktop}) {
return ColScreen(sm: mobile, md: tablet, lg: desktop);
}