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})
Creates a set of breakpoint column overrides.

Properties

colLg int
Columns for large screens.
no setter
colMd int
Columns for medium screens.
no setter
colSm int
Columns for small screens.
no setter
colXl int
Columns for extra large screens.
no setter
colXs int
Columns for extra small screens.
no setter
colXxl int
Columns for extra extra large screens.
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