appColors property
Returns the app colors associated with the surrounding Kohler theme.
Implementation
AppColors get appColors => Theme.of(this).extension<AppColors>()!;
Returns the app colors associated with the surrounding Kohler theme.
AppColors get appColors => Theme.of(this).extension<AppColors>()!;