shouldShowInstructionCarousel property

set shouldShowInstructionCarousel (bool value)
inherited

Whether the instruction carousel should be shown. Default value is true.

Implementation

set shouldShowInstructionCarousel(bool value) =>
    _map["shouldShowInstructionCarousel"] = value;