-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Hi, trying out your lib which looks very promising.
According to docs I have to use .paint() for painting the TuiPanelBox widget.
The method 'paint' isn't defined for the type 'TuiPanelBox'.Managed to get it to paint by adjusting to paintSurface
TuiPanelBox(
title: ' Hello TUI! ',
titleStyle: TuiTheme.dark.titleStyle,
borderStyle: TuiTheme.dark.borderStyle,
child: TuiText('Welcome to Utopia TUI! Press Ctrl+C to quit.'),
)
.paintSurface(context.surface, TuiRect(x: 0, y: 0, width: context.width, height: context.height));Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels