light method

_AppText light()
inherited

Implementation

_AppText light() {
  return copyWith(
    fontWeight: FontWeight.w300,
  );
}