FrameView constructor

const FrameView({
  1. required String title,
  2. required PromptTheme theme,
  3. KeyBindings? bindings,
})

Implementation

const FrameView({
  required this.title,
  required this.theme,
  this.bindings,
});