big property

Widget big
final

Creates a BigSmall widget for binary responsive switching between big and small children.

The big child is displayed on screens wider than 700 logical pixels, while small is used for narrower viewports. This constructor supports const initialization for efficient widget tree construction in Arcane apps.

Implementation

final Widget big;