isListLayout property

bool get isListLayout

Whether the layout is S2ChoiceLayout.list

Implementation

bool get isListLayout => layout == S2ChoiceLayout.list;