FSBreakpoints class

Flutstrap breakpoint values matching Bootstrap's default breakpoints but converted to logical pixels for Flutter.

These values represent the minimum width at which each breakpoint applies in a mobile-first responsive design approach.

Constructors

FSBreakpoints()

Properties

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

Static Methods

displayName(FSBreakpoint breakpoint) String
Convert breakpoint to human-readable format
name(FSBreakpoint breakpoint) String
Get the breakpoint name as a string
value(FSBreakpoint breakpoint) double
Get the numeric value for a given breakpoint

Constants

lg → const double
Maximum container width for large screens
md → const double
Maximum container width for medium screens
sm → const double
Maximum container width for small screens
xl → const double
Maximum container width for extra large screens
xs → const double
Maximum container width for extra small screens
xxl → const double
Maximum container width for double extra large screens