textWhite property

T get textWhite

set the textColor Colors.white

Implementation

T get textWhite => this..textColor(Colors.white);