Skip to content

ResponsiveRowBreakpoint

Inherits: Enum

Breakpoint names used by ResponsiveRow and responsive properties such as [Control.col][flet.Control.Control.col].

To define custom breakpoints, see ResponsiveRow.breakpoints.

Properties

  • LG

    Large screens. Default min width: 992 px.

  • MD

    Medium screens. Default min width: 768 px.

  • SM

    Small screens. Default min width: 576 px.

  • XL

    Extra-large screens. Default min width: 1200 px.

  • XS

    Extra small screens. Default min width: 0 px.

  • XXL

    Double extra-large screens. Default min width: 1400 px.

Properties#

LG class-attribute instance-attribute #

LG = 'lg'

Large screens. Default min width: 992 px.

MD class-attribute instance-attribute #

MD = 'md'

Medium screens. Default min width: 768 px.

SM class-attribute instance-attribute #

SM = 'sm'

Small screens. Default min width: 576 px.

XL class-attribute instance-attribute #

XL = 'xl'

Extra-large screens. Default min width: 1200 px.

XS class-attribute instance-attribute #

XS = 'xs'

Extra small screens. Default min width: 0 px.

XXL class-attribute instance-attribute #

XXL = 'xxl'

Double extra-large screens. Default min width: 1400 px.