layoutConfig property

  1. @override
LayoutConfig layoutConfig
override

Implementation

@override
LayoutConfig get layoutConfig => LayoutConfig(
    cardsBefore: reversible ? 1 : 0,
    cardsAfter: usesInvertedLayout ? 1 : 2,
    usesInvertedLayout: usesInvertedLayout);