PromptFooterBar constructor

PromptFooterBar({
  1. List<Widget> actions = const [],
  2. List<({String description, String key})> hints = const [],
  3. Color? background,
  4. EdgeInsets? padding,
  5. Key? key,
})

Implementation

PromptFooterBar({
  this.actions = const [],
  this.hints = const [],
  this.background,
  this.padding,
  super.key,
});