Breakpoints class

Model Breakpoints is used to define a Columns configuration in a ResponsiveColumn widget.

  • Optional colXs default 12 columns
  • Optional colSm default 12 columns
  • Optional colMd default 6 columns
  • Optional colLg default 6 columns
  • Optional colXl default 3 columns
  • Optional colXxl default 3 columns

Constructors

Breakpoints({int? colXs, int? colSm, int? colMd, int? colLg, int? colXl, int? colXxl})

Properties

colLg int
no setter
colMd int
no setter
colSm int
no setter
colXl int
no setter
colXs int
no setter
colXxl int
no setter
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