BreakpointData class

Defines the configuration of the Breakpoint.

See also:

Constructors

BreakpointData({double minSmallScreenWidth = defaultMinSmallScreenWidth, double minMediumScreenWidth = defaultMinMediumScreenWidth, double minLargeScreenWidth = defaultMinLargeScreenWidth, double minXLargeScreenWidth = defaultMinXLargeScreenWidth, double minMediumHandsetWith = defaultMinMediumHandsetWidth, double minLargeHandsetWith = defaultMinLargeHandsetWidth, double minSmallTabletWidth = defaultMinSmallTabletWidth, double minLargeTabletWidth = defaultMinLargeTabletWidth, double minSmallDesktopWidth = defaultMinSmallDesktopWidth, double minMediumDesktopWidth = defaultMinMediumDesktopWidth, double minLargeDesktopWidth = defaultMinLargeDesktopWidth})
const

Properties

hashCode int
The hash code for this object.
no setteroverride
minLargeDesktopWidth double
The minimum width of the Large Desktop
final
minLargeHandsetWith double
The minimum width of the Large Handset
final
minLargeScreenWidth double
The minimum width of the Large Screen
final
minLargeTabletWidth double
The minimum width of the Large Tablet
final
minMediumDesktopWidth double
The minimum width of the Medium Desktop
final
minMediumHandsetWith double
The minimum width of the Medium Handset
final
minMediumScreenWidth double
The minimum width of the Medium window
final
minSmallDesktopWidth double
The minimum width of the Small Desktop
final
minSmallScreenWidth double
The minimum width of the Small Screen
final
minSmallTabletWidth double
The minimum width of the Small Tablet
final
minXLargeScreenWidth double
The minimum width of the XLarge Screen
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({double? minSmallScreenWidth, double? minMediumScreenWidth, double? minLargeScreenWidth, double? minXLargeScreenWidth, double? minMediumHandsetWith, double? minLargeHandsetWith, double? minSmallTabletWidth, double? minLargeTabletWidth, double? minSmallDesktopWidth, double? minMediumDesktopWidth, double? minLargeDesktopWidth}) BreakpointData
debugAssertIsValid() → void
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.
override