body property

Text get body

Implementation

Text get body {
  return Text(
    this,
    style: const TextStyle(fontSize: 14),
  );
}