defaultStyles static method
Implementation
static AppTextStyles defaultStyles() => AppTextStyles(
headline: TextStyle(fontSize: 24.sp, fontWeight: FontWeight.bold),
body: TextStyle(fontSize: 14.sp),
button: TextStyle(fontSize: 16.sp, fontWeight: FontWeight.w600),
);