FramedLayout constructor

const FramedLayout(
  1. String title, {
  2. PromptTheme theme = const PromptTheme(),
})

Implementation

const FramedLayout(this.title, {this.theme = const PromptTheme()});