tabletLayoutEnabled property

set tabletLayoutEnabled (bool value)

Whether the tablet layout should be used on tablets.

If false, tablets use the same layout as phones. Defaults to true.

Implementation

set tabletLayoutEnabled(bool value) => _tabletLayoutEnabled = value;