isGridLayout property

bool get isGridLayout

Implementation

bool get isGridLayout =>
    layout == S2ChoiceLayout.grid || type == S2ChoiceType.cards;