ConsoleEntryTile constructor

const ConsoleEntryTile(
  1. String content, {
  2. Key? key,
})

Implementation

const ConsoleEntryTile(
  this.content, {
  Key? key,
}) : super(key: key);