FrameView constructor
const
FrameView({
- required String title,
- required PromptTheme theme,
- KeyBindings? bindings,
Implementation
const FrameView({
required this.title,
required this.theme,
this.bindings,
});