color method

_AppText color(
  1. Color? color
)
inherited

Implementation

_AppText color(Color? color) {
  return copyWith(
    color: color,
  );
}