BoardWidget constructor

const BoardWidget({
  1. Key? key,
  2. KanbanTheme? theme,
})

Creates a BoardWidget with an optional theme override.

The theme parameter allows customizing the appearance of this specific board instance without affecting other boards in the application.

Implementation

const BoardWidget({super.key, this.theme});