HighlightedContainer constructor
- Key? key,
- bool highlight = false,
- required Widget child,
- EdgeInsetsGeometry? padding,
Implementation
const HighlightedContainer({
  super.key,
  this.highlight = false,
  required this.child,
  this.padding,
});const HighlightedContainer({
  super.key,
  this.highlight = false,
  required this.child,
  this.padding,
});