BoardWidget constructor
const
BoardWidget({
- Key? key,
- 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});