textBlue property

T get textBlue

set the textColor Colors.blue

Implementation

T get textBlue => this..textColor(Colors.blue);