textOrangeAccent property

T get textOrangeAccent

set the textColor Colors.orangeAccent

Implementation

T get textOrangeAccent => this..textColor(Colors.orangeAccent);