ColScreen class

Will handle screen device using which breakpoint

Constructors

ColScreen({Col? xs, Col? sm, Col? md, Col? lg, Col? xl, Col? xxl})
const
ColScreen.all(Col size)
Will set width BsCol in all screen device
factory
ColScreen.inDevice({Col? mobile, Col? tablet, Col? desktop})
Will set width BsCol in mobile, tablet, desktop screen including
factory
ColScreen.onlyDesktop(Col size)
Will set width BsCol in tablet screen including
factory
ColScreen.onlyMobile(Col size)
Will set width BsCol in mobile screen including
factory
ColScreen.onlyTablet(Col size)
Will set width BsCol in tablet screen including
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
lg Col?
Large screen upper 960 px
final
md Col?
Medium screen upper 768 px
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sm Col?
Small screen upper 576 px
final
xl Col?
Extra large screen upper 1140 px
final
xs Col?
Extra Small screen under 576 px
final
xxl Col?
Extra extra large screen upper 1400 px
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited