$Raw constructor

$Raw(
  1. String content, {
  2. List classes = const [],
})

Implementation

$Raw(
  this.content, {
  super.classes,
});