appColor property

AppColor get appColor

Implementation

AppColor get appColor {
  return AppTheme.of(this)?.appColors ?? AppColor.light();
}