compactBreakpointWidth property

double? compactBreakpointWidth
final

If the width of this widget is less then the indicated amount, items in the primary area will be rendered using CommandBarItemDisplayMode.inPrimaryCompact. If this is null or the width of this widget is wider, then the items will be rendered using CommandBarItemDisplayMode.inPrimary.

Implementation

final double? compactBreakpointWidth;