normal method

_AppText normal()
inherited

Font weight 400

Implementation

_AppText normal() {
  return copyWith(
    fontWeight: FontWeight.w400,
  );
}