text property

  1. @override
Text get text

Implementation

@override
Text get text {
  return Text(this);
}