|
|
|
|
|
|
tall: tall ?? this.tall); |
|
|
|
} |
|
|
|
|
|
|
|
public static Typography lerp(Typography a, Typography b, double t) { |
|
|
|
public static Typography lerp(Typography a, Typography b, float t) { |
|
|
|
return new Typography( |
|
|
|
black: TextTheme.lerp(a.black, b.black, t), |
|
|
|
white: TextTheme.lerp(a.white, b.white, t), |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public static readonly TextTheme englishLike2014 = new TextTheme( |
|
|
|
display4: new TextStyle(debugLabel: "englishLike display4 2014", inherit: false, fontSize: 112.0, |
|
|
|
display4: new TextStyle(debugLabel: "englishLike display4 2014", inherit: false, fontSize: 112.0f, |
|
|
|
display3: new TextStyle(debugLabel: "englishLike display3 2014", inherit: false, fontSize: 56.0, |
|
|
|
display3: new TextStyle(debugLabel: "englishLike display3 2014", inherit: false, fontSize: 56.0f, |
|
|
|
display2: new TextStyle(debugLabel: "englishLike display2 2014", inherit: false, fontSize: 45.0, |
|
|
|
display2: new TextStyle(debugLabel: "englishLike display2 2014", inherit: false, fontSize: 45.0f, |
|
|
|
display1: new TextStyle(debugLabel: "englishLike display1 2014", inherit: false, fontSize: 34.0, |
|
|
|
display1: new TextStyle(debugLabel: "englishLike display1 2014", inherit: false, fontSize: 34.0f, |
|
|
|
headline: new TextStyle(debugLabel: "englishLike headline 2014", inherit: false, fontSize: 24.0, |
|
|
|
headline: new TextStyle(debugLabel: "englishLike headline 2014", inherit: false, fontSize: 24.0f, |
|
|
|
title: new TextStyle(debugLabel: "englishLike title 2014", inherit: false, fontSize: 20.0, |
|
|
|
title: new TextStyle(debugLabel: "englishLike title 2014", inherit: false, fontSize: 20.0f, |
|
|
|
subhead: new TextStyle(debugLabel: "englishLike subhead 2014", inherit: false, fontSize: 16.0, |
|
|
|
subhead: new TextStyle(debugLabel: "englishLike subhead 2014", inherit: false, fontSize: 16.0f, |
|
|
|
body2: new TextStyle(debugLabel: "englishLike body2 2014", inherit: false, fontSize: 14.0, |
|
|
|
body2: new TextStyle(debugLabel: "englishLike body2 2014", inherit: false, fontSize: 14.0f, |
|
|
|
body1: new TextStyle(debugLabel: "englishLike body1 2014", inherit: false, fontSize: 14.0, |
|
|
|
body1: new TextStyle(debugLabel: "englishLike body1 2014", inherit: false, fontSize: 14.0f, |
|
|
|
caption: new TextStyle(debugLabel: "englishLike caption 2014", inherit: false, fontSize: 12.0, |
|
|
|
caption: new TextStyle(debugLabel: "englishLike caption 2014", inherit: false, fontSize: 12.0f, |
|
|
|
button: new TextStyle(debugLabel: "englishLike button 2014", inherit: false, fontSize: 14.0, |
|
|
|
button: new TextStyle(debugLabel: "englishLike button 2014", inherit: false, fontSize: 14.0f, |
|
|
|
subtitle: new TextStyle(debugLabel: "englishLike subtitle 2014", inherit: false, fontSize: 14.0, |
|
|
|
fontWeight: FontWeight.w400, textBaseline: TextBaseline.alphabetic, letterSpacing: 0.1), |
|
|
|
overline: new TextStyle(debugLabel: "englishLike overline 2014", inherit: false, fontSize: 10.0, |
|
|
|
fontWeight: FontWeight.w400, textBaseline: TextBaseline.alphabetic, letterSpacing: 1.5) |
|
|
|
subtitle: new TextStyle(debugLabel: "englishLike subtitle 2014", inherit: false, fontSize: 14.0f, |
|
|
|
fontWeight: FontWeight.w400, textBaseline: TextBaseline.alphabetic, letterSpacing: 0.1f), |
|
|
|
overline: new TextStyle(debugLabel: "englishLike overline 2014", inherit: false, fontSize: 10.0f, |
|
|
|
fontWeight: FontWeight.w400, textBaseline: TextBaseline.alphabetic, letterSpacing: 1.5f) |
|
|
|
display4: new TextStyle(debugLabel: "englishLike display4 2018", fontSize: 96.0, |
|
|
|
fontWeight: FontWeight.w400, textBaseline: TextBaseline.alphabetic, letterSpacing: -1.5), |
|
|
|
display3: new TextStyle(debugLabel: "englishLike display3 2018", fontSize: 60.0, |
|
|
|
fontWeight: FontWeight.w400, textBaseline: TextBaseline.alphabetic, letterSpacing: -0.5), |
|
|
|
display2: new TextStyle(debugLabel: "englishLike display2 2018", fontSize: 48.0, |
|
|
|
fontWeight: FontWeight.w400, textBaseline: TextBaseline.alphabetic, letterSpacing: 0.0), |
|
|
|
display1: new TextStyle(debugLabel: "englishLike display1 2018", fontSize: 34.0, |
|
|
|
fontWeight: FontWeight.w400, textBaseline: TextBaseline.alphabetic, letterSpacing: 0.25), |
|
|
|
headline: new TextStyle(debugLabel: "englishLike headline 2018", fontSize: 24.0, |
|
|
|
fontWeight: FontWeight.w400, textBaseline: TextBaseline.alphabetic, letterSpacing: 0.0), |
|
|
|
title: new TextStyle(debugLabel: "englishLike title 2018", fontSize: 20.0, fontWeight: FontWeight.w400, |
|
|
|
textBaseline: TextBaseline.alphabetic, letterSpacing: 0.15), |
|
|
|
subhead: new TextStyle(debugLabel: "englishLike subhead 2018", fontSize: 16.0, fontWeight: FontWeight.w400, |
|
|
|
textBaseline: TextBaseline.alphabetic, letterSpacing: 0.15), |
|
|
|
body2: new TextStyle(debugLabel: "englishLike body2 2018", fontSize: 14.0, fontWeight: FontWeight.w400, |
|
|
|
textBaseline: TextBaseline.alphabetic, letterSpacing: 0.25), |
|
|
|
body1: new TextStyle(debugLabel: "englishLike body1 2018", fontSize: 16.0, fontWeight: FontWeight.w400, |
|
|
|
textBaseline: TextBaseline.alphabetic, letterSpacing: 0.5), |
|
|
|
button: new TextStyle(debugLabel: "englishLike button 2018", fontSize: 14.0, fontWeight: FontWeight.w400, |
|
|
|
textBaseline: TextBaseline.alphabetic, letterSpacing: 0.75), |
|
|
|
caption: new TextStyle(debugLabel: "englishLike caption 2018", fontSize: 12.0, fontWeight: FontWeight.w400, |
|
|
|
textBaseline: TextBaseline.alphabetic, letterSpacing: 0.4), |
|
|
|
subtitle: new TextStyle(debugLabel: "englishLike subtitle 2018", fontSize: 14.0, |
|
|
|
fontWeight: FontWeight.w400, textBaseline: TextBaseline.alphabetic, letterSpacing: 0.1), |
|
|
|
overline: new TextStyle(debugLabel: "englishLike overline 2018", fontSize: 10.0, |
|
|
|
fontWeight: FontWeight.w400, textBaseline: TextBaseline.alphabetic, letterSpacing: 1.5) |
|
|
|
display4: new TextStyle(debugLabel: "englishLike display4 2018", fontSize: 96.0f, |
|
|
|
fontWeight: FontWeight.w400, textBaseline: TextBaseline.alphabetic, letterSpacing: -1.5f), |
|
|
|
display3: new TextStyle(debugLabel: "englishLike display3 2018", fontSize: 60.0f, |
|
|
|
fontWeight: FontWeight.w400, textBaseline: TextBaseline.alphabetic, letterSpacing: -0.5f), |
|
|
|
display2: new TextStyle(debugLabel: "englishLike display2 2018", fontSize: 48.0f, |
|
|
|
fontWeight: FontWeight.w400, textBaseline: TextBaseline.alphabetic, letterSpacing: 0.0f), |
|
|
|
display1: new TextStyle(debugLabel: "englishLike display1 2018", fontSize: 34.0f, |
|
|
|
fontWeight: FontWeight.w400, textBaseline: TextBaseline.alphabetic, letterSpacing: 0.25f), |
|
|
|
headline: new TextStyle(debugLabel: "englishLike headline 2018", fontSize: 24.0f, |
|
|
|
fontWeight: FontWeight.w400, textBaseline: TextBaseline.alphabetic, letterSpacing: 0.0f), |
|
|
|
title: new TextStyle(debugLabel: "englishLike title 2018", fontSize: 20.0f, fontWeight: FontWeight.w400, |
|
|
|
textBaseline: TextBaseline.alphabetic, letterSpacing: 0.15f), |
|
|
|
subhead: new TextStyle(debugLabel: "englishLike subhead 2018", fontSize: 16.0f, fontWeight: FontWeight.w400, |
|
|
|
textBaseline: TextBaseline.alphabetic, letterSpacing: 0.15f), |
|
|
|
body2: new TextStyle(debugLabel: "englishLike body2 2018", fontSize: 14.0f, fontWeight: FontWeight.w400, |
|
|
|
textBaseline: TextBaseline.alphabetic, letterSpacing: 0.25f), |
|
|
|
body1: new TextStyle(debugLabel: "englishLike body1 2018", fontSize: 16.0f, fontWeight: FontWeight.w400, |
|
|
|
textBaseline: TextBaseline.alphabetic, letterSpacing: 0.5f), |
|
|
|
button: new TextStyle(debugLabel: "englishLike button 2018", fontSize: 14.0f, fontWeight: FontWeight.w400, |
|
|
|
textBaseline: TextBaseline.alphabetic, letterSpacing: 0.75f), |
|
|
|
caption: new TextStyle(debugLabel: "englishLike caption 2018", fontSize: 12.0f, fontWeight: FontWeight.w400, |
|
|
|
textBaseline: TextBaseline.alphabetic, letterSpacing: 0.4f), |
|
|
|
subtitle: new TextStyle(debugLabel: "englishLike subtitle 2018", fontSize: 14.0f, |
|
|
|
fontWeight: FontWeight.w400, textBaseline: TextBaseline.alphabetic, letterSpacing: 0.1f), |
|
|
|
overline: new TextStyle(debugLabel: "englishLike overline 2018", fontSize: 10.0f, |
|
|
|
fontWeight: FontWeight.w400, textBaseline: TextBaseline.alphabetic, letterSpacing: 1.5f) |
|
|
|
display4: new TextStyle(debugLabel: "dense display4 2014", inherit: false, fontSize: 112.0, |
|
|
|
display4: new TextStyle(debugLabel: "dense display4 2014", inherit: false, fontSize: 112.0f, |
|
|
|
display3: new TextStyle(debugLabel: "dense display3 2014", inherit: false, fontSize: 56.0, |
|
|
|
display3: new TextStyle(debugLabel: "dense display3 2014", inherit: false, fontSize: 56.0f, |
|
|
|
display2: new TextStyle(debugLabel: "dense display2 2014", inherit: false, fontSize: 45.0, |
|
|
|
display2: new TextStyle(debugLabel: "dense display2 2014", inherit: false, fontSize: 45.0f, |
|
|
|
display1: new TextStyle(debugLabel: "dense display1 2014", inherit: false, fontSize: 34.0, |
|
|
|
display1: new TextStyle(debugLabel: "dense display1 2014", inherit: false, fontSize: 34.0f, |
|
|
|
headline: new TextStyle(debugLabel: "dense headline 2014", inherit: false, fontSize: 24.0, |
|
|
|
headline: new TextStyle(debugLabel: "dense headline 2014", inherit: false, fontSize: 24.0f, |
|
|
|
title: new TextStyle(debugLabel: "dense title 2014", inherit: false, fontSize: 21.0, |
|
|
|
title: new TextStyle(debugLabel: "dense title 2014", inherit: false, fontSize: 21.0f, |
|
|
|
subhead: new TextStyle(debugLabel: "dense subhead 2014", inherit: false, fontSize: 17.0, |
|
|
|
subhead: new TextStyle(debugLabel: "dense subhead 2014", inherit: false, fontSize: 17.0f, |
|
|
|
body2: new TextStyle(debugLabel: "dense body2 2014", inherit: false, fontSize: 15.0, |
|
|
|
body2: new TextStyle(debugLabel: "dense body2 2014", inherit: false, fontSize: 15.0f, |
|
|
|
body1: new TextStyle(debugLabel: "dense body1 2014", inherit: false, fontSize: 15.0, |
|
|
|
body1: new TextStyle(debugLabel: "dense body1 2014", inherit: false, fontSize: 15.0f, |
|
|
|
caption: new TextStyle(debugLabel: "dense caption 2014", inherit: false, fontSize: 13.0, |
|
|
|
caption: new TextStyle(debugLabel: "dense caption 2014", inherit: false, fontSize: 13.0f, |
|
|
|
button: new TextStyle(debugLabel: "dense button 2014", inherit: false, fontSize: 15.0, |
|
|
|
button: new TextStyle(debugLabel: "dense button 2014", inherit: false, fontSize: 15.0f, |
|
|
|
subtitle: new TextStyle(debugLabel: "dense subtitle 2014", inherit: false, fontSize: 15.0, |
|
|
|
subtitle: new TextStyle(debugLabel: "dense subtitle 2014", inherit: false, fontSize: 15.0f, |
|
|
|
overline: new TextStyle(debugLabel: "dense overline 2014", inherit: false, fontSize: 11.0, |
|
|
|
overline: new TextStyle(debugLabel: "dense overline 2014", inherit: false, fontSize: 11.0f, |
|
|
|
display4: new TextStyle(debugLabel: "dense display4 2018", fontSize: 96.0, fontWeight: FontWeight.w400, |
|
|
|
display4: new TextStyle(debugLabel: "dense display4 2018", fontSize: 96.0f, fontWeight: FontWeight.w400, |
|
|
|
display3: new TextStyle(debugLabel: "dense display3 2018", fontSize: 60.0, fontWeight: FontWeight.w400, |
|
|
|
display3: new TextStyle(debugLabel: "dense display3 2018", fontSize: 60.0f, fontWeight: FontWeight.w400, |
|
|
|
display2: new TextStyle(debugLabel: "dense display2 2018", fontSize: 48.0, fontWeight: FontWeight.w400, |
|
|
|
display2: new TextStyle(debugLabel: "dense display2 2018", fontSize: 48.0f, fontWeight: FontWeight.w400, |
|
|
|
display1: new TextStyle(debugLabel: "dense display1 2018", fontSize: 34.0, fontWeight: FontWeight.w400, |
|
|
|
display1: new TextStyle(debugLabel: "dense display1 2018", fontSize: 34.0f, fontWeight: FontWeight.w400, |
|
|
|
headline: new TextStyle(debugLabel: "dense headline 2018", fontSize: 24.0, fontWeight: FontWeight.w400, |
|
|
|
headline: new TextStyle(debugLabel: "dense headline 2018", fontSize: 24.0f, fontWeight: FontWeight.w400, |
|
|
|
title: new TextStyle(debugLabel: "dense title 2018", fontSize: 21.0, fontWeight: FontWeight.w400, |
|
|
|
title: new TextStyle(debugLabel: "dense title 2018", fontSize: 21.0f, fontWeight: FontWeight.w400, |
|
|
|
subhead: new TextStyle(debugLabel: "dense subhead 2018", fontSize: 17.0, fontWeight: FontWeight.w400, |
|
|
|
subhead: new TextStyle(debugLabel: "dense subhead 2018", fontSize: 17.0f, fontWeight: FontWeight.w400, |
|
|
|
body2: new TextStyle(debugLabel: "dense body2 2018", fontSize: 17.0, fontWeight: FontWeight.w400, |
|
|
|
body2: new TextStyle(debugLabel: "dense body2 2018", fontSize: 17.0f, fontWeight: FontWeight.w400, |
|
|
|
body1: new TextStyle(debugLabel: "dense body1 2018", fontSize: 15.0, fontWeight: FontWeight.w400, |
|
|
|
body1: new TextStyle(debugLabel: "dense body1 2018", fontSize: 15.0f, fontWeight: FontWeight.w400, |
|
|
|
caption: new TextStyle(debugLabel: "dense caption 2018", fontSize: 13.0, fontWeight: FontWeight.w400, |
|
|
|
caption: new TextStyle(debugLabel: "dense caption 2018", fontSize: 13.0f, fontWeight: FontWeight.w400, |
|
|
|
button: new TextStyle(debugLabel: "dense button 2018", fontSize: 15.0, fontWeight: FontWeight.w400, |
|
|
|
button: new TextStyle(debugLabel: "dense button 2018", fontSize: 15.0f, fontWeight: FontWeight.w400, |
|
|
|
subtitle: new TextStyle(debugLabel: "dense subtitle 2018", fontSize: 15.0, fontWeight: FontWeight.w400, |
|
|
|
subtitle: new TextStyle(debugLabel: "dense subtitle 2018", fontSize: 15.0f, fontWeight: FontWeight.w400, |
|
|
|
overline: new TextStyle(debugLabel: "dense overline 2018", fontSize: 11.0, fontWeight: FontWeight.w400, |
|
|
|
overline: new TextStyle(debugLabel: "dense overline 2018", fontSize: 11.0f, fontWeight: FontWeight.w400, |
|
|
|
display4: new TextStyle(debugLabel: "tall display4 2014", inherit: false, fontSize: 112.0, |
|
|
|
display4: new TextStyle(debugLabel: "tall display4 2014", inherit: false, fontSize: 112.0f, |
|
|
|
display3: new TextStyle(debugLabel: "tall display3 2014", inherit: false, fontSize: 56.0, |
|
|
|
display3: new TextStyle(debugLabel: "tall display3 2014", inherit: false, fontSize: 56.0f, |
|
|
|
display2: new TextStyle(debugLabel: "tall display2 2014", inherit: false, fontSize: 45.0, |
|
|
|
display2: new TextStyle(debugLabel: "tall display2 2014", inherit: false, fontSize: 45.0f, |
|
|
|
display1: new TextStyle(debugLabel: "tall display1 2014", inherit: false, fontSize: 34.0, |
|
|
|
display1: new TextStyle(debugLabel: "tall display1 2014", inherit: false, fontSize: 34.0f, |
|
|
|
headline: new TextStyle(debugLabel: "tall headline 2014", inherit: false, fontSize: 24.0, |
|
|
|
headline: new TextStyle(debugLabel: "tall headline 2014", inherit: false, fontSize: 24.0f, |
|
|
|
title: new TextStyle(debugLabel: "tall title 2014", inherit: false, fontSize: 21.0, |
|
|
|
title: new TextStyle(debugLabel: "tall title 2014", inherit: false, fontSize: 21.0f, |
|
|
|
subhead: new TextStyle(debugLabel: "tall subhead 2014", inherit: false, fontSize: 17.0, |
|
|
|
subhead: new TextStyle(debugLabel: "tall subhead 2014", inherit: false, fontSize: 17.0f, |
|
|
|
body2: new TextStyle(debugLabel: "tall body2 2014", inherit: false, fontSize: 15.0, |
|
|
|
body2: new TextStyle(debugLabel: "tall body2 2014", inherit: false, fontSize: 15.0f, |
|
|
|
body1: new TextStyle(debugLabel: "tall body1 2014", inherit: false, fontSize: 15.0, |
|
|
|
body1: new TextStyle(debugLabel: "tall body1 2014", inherit: false, fontSize: 15.0f, |
|
|
|
caption: new TextStyle(debugLabel: "tall caption 2014", inherit: false, fontSize: 13.0, |
|
|
|
caption: new TextStyle(debugLabel: "tall caption 2014", inherit: false, fontSize: 13.0f, |
|
|
|
button: new TextStyle(debugLabel: "tall button 2014", inherit: false, fontSize: 15.0, |
|
|
|
button: new TextStyle(debugLabel: "tall button 2014", inherit: false, fontSize: 15.0f, |
|
|
|
subtitle: new TextStyle(debugLabel: "tall subtitle 2014", inherit: false, fontSize: 15.0, |
|
|
|
subtitle: new TextStyle(debugLabel: "tall subtitle 2014", inherit: false, fontSize: 15.0f, |
|
|
|
overline: new TextStyle(debugLabel: "tall overline 2014", inherit: false, fontSize: 11.0, |
|
|
|
overline: new TextStyle(debugLabel: "tall overline 2014", inherit: false, fontSize: 11.0f, |
|
|
|
display4: new TextStyle(debugLabel: "tall display4 2018", fontSize: 96.0, fontWeight: FontWeight.w400, |
|
|
|
display4: new TextStyle(debugLabel: "tall display4 2018", fontSize: 96.0f, fontWeight: FontWeight.w400, |
|
|
|
display3: new TextStyle(debugLabel: "tall display3 2018", fontSize: 60.0, fontWeight: FontWeight.w400, |
|
|
|
display3: new TextStyle(debugLabel: "tall display3 2018", fontSize: 60.0f, fontWeight: FontWeight.w400, |
|
|
|
display2: new TextStyle(debugLabel: "tall display2 2018", fontSize: 48.0, fontWeight: FontWeight.w400, |
|
|
|
display2: new TextStyle(debugLabel: "tall display2 2018", fontSize: 48.0f, fontWeight: FontWeight.w400, |
|
|
|
display1: new TextStyle(debugLabel: "tall display1 2018", fontSize: 34.0, fontWeight: FontWeight.w400, |
|
|
|
display1: new TextStyle(debugLabel: "tall display1 2018", fontSize: 34.0f, fontWeight: FontWeight.w400, |
|
|
|
headline: new TextStyle(debugLabel: "tall headline 2018", fontSize: 24.0, fontWeight: FontWeight.w400, |
|
|
|
headline: new TextStyle(debugLabel: "tall headline 2018", fontSize: 24.0f, fontWeight: FontWeight.w400, |
|
|
|
title: new TextStyle(debugLabel: "tall title 2018", fontSize: 21.0, fontWeight: FontWeight.w700, |
|
|
|
title: new TextStyle(debugLabel: "tall title 2018", fontSize: 21.0f, fontWeight: FontWeight.w700, |
|
|
|
subhead: new TextStyle(debugLabel: "tall subhead 2018", fontSize: 17.0, fontWeight: FontWeight.w400, |
|
|
|
subhead: new TextStyle(debugLabel: "tall subhead 2018", fontSize: 17.0f, fontWeight: FontWeight.w400, |
|
|
|
body2: new TextStyle(debugLabel: "tall body2 2018", fontSize: 17.0, fontWeight: FontWeight.w700, |
|
|
|
body2: new TextStyle(debugLabel: "tall body2 2018", fontSize: 17.0f, fontWeight: FontWeight.w700, |
|
|
|
body1: new TextStyle(debugLabel: "tall body1 2018", fontSize: 15.0, fontWeight: FontWeight.w400, |
|
|
|
body1: new TextStyle(debugLabel: "tall body1 2018", fontSize: 15.0f, fontWeight: FontWeight.w400, |
|
|
|
button: new TextStyle(debugLabel: "tall button 2018", fontSize: 15.0, fontWeight: FontWeight.w700, |
|
|
|
button: new TextStyle(debugLabel: "tall button 2018", fontSize: 15.0f, fontWeight: FontWeight.w700, |
|
|
|
caption: new TextStyle(debugLabel: "tall caption 2018", fontSize: 13.0, fontWeight: FontWeight.w400, |
|
|
|
caption: new TextStyle(debugLabel: "tall caption 2018", fontSize: 13.0f, fontWeight: FontWeight.w400, |
|
|
|
subtitle: new TextStyle(debugLabel: "tall subtitle 2018", fontSize: 15.0, fontWeight: FontWeight.w400, |
|
|
|
subtitle: new TextStyle(debugLabel: "tall subtitle 2018", fontSize: 15.0f, fontWeight: FontWeight.w400, |
|
|
|
overline: new TextStyle(debugLabel: "tall overline 2018", fontSize: 11.0, fontWeight: FontWeight.w400, |
|
|
|
overline: new TextStyle(debugLabel: "tall overline 2018", fontSize: 11.0f, fontWeight: FontWeight.w400, |
|
|
|
textBaseline: TextBaseline.alphabetic) |
|
|
|
); |
|
|
|
} |