customCards property

List<ToolCardTemplate>? customCards
getter/setter pair

Custom cards that are separate from the parentTool's cards. This parameter overrides and will be shown over any parentTool cards.

Implementation

List<ToolCardTemplate>? customCards;