appColors property

AppColors get appColors

Returns the app colors associated with the surrounding Kohler theme.

Implementation

AppColors get appColors => Theme.of(this).extension<AppColors>()!;