splash property

Color splash
return Theme.of(context).splashColor

Implementation

Color get splash => Theme.of(_context).splashColor;