BsVisibility class

If you need to hide some widget in some breakpoint use BsVisibility This helpful to create responsive layout

Constructors

BsVisibility({required List<String> breakPoints})
const

Properties

breakPoints List<String>
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Constants

block → const BsVisibility
Will show in all breakpoint
hiddenLg → const BsVisibility
Will hide in (BreakPoint.stateSm, BreakPoint.hiddenMd, BreakPoint.hiddenMd) breakpoint
hiddenMd → const BsVisibility
Will hide in (BreakPoint.stateSm, BreakPoint.hiddenMd) breakpoint
hiddenSm → const BsVisibility
Will hide in BreakPoint.stateSm breakpoint
hiddenXl → const BsVisibility
Will hide in (BreakPoint.stateSm, BreakPoint.hiddenMd, BreakPoint.hiddenMd, [BreakPoint.stateXl) breakpoint
hiddenXxl → const BsVisibility
Will only show on BreakPoint.stateXxl screen device
none → const BsVisibility
Will hide in all screen device