Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,7 @@ class _Section extends StatelessWidget {
@override
Widget build(BuildContext context) {
final colorScheme = context.streamColorScheme;
final textTheme = context.streamTextTheme;

return Column(
crossAxisAlignment: CrossAxisAlignment.start,
Expand All @@ -398,8 +399,7 @@ class _Section extends StatelessWidget {
if (description case final desc?)
Text(
desc,
style: TextStyle(
fontSize: 13,
style: textTheme.metadataDefault.copyWith(
color: colorScheme.textTertiary,
),
),
Expand All @@ -419,11 +419,10 @@ class _SectionLabel extends StatelessWidget {
@override
Widget build(BuildContext context) {
final colorScheme = context.streamColorScheme;
final textTheme = context.streamTextTheme;
return Text(
label,
style: TextStyle(
fontSize: 11,
fontWeight: FontWeight.w600,
style: textTheme.metadataEmphasis.copyWith(
letterSpacing: 1.2,
color: colorScheme.accentPrimary,
),
Expand All @@ -446,6 +445,7 @@ class _ExampleCard extends StatelessWidget {
Widget build(BuildContext context) {
final colorScheme = context.streamColorScheme;
final radius = context.streamRadius;
final textTheme = context.streamTextTheme;

return Container(
width: double.infinity,
Expand All @@ -468,17 +468,14 @@ class _ExampleCard extends StatelessWidget {
children: [
Text(
label,
style: TextStyle(
fontSize: 13,
fontWeight: FontWeight.w500,
style: textTheme.metadataEmphasis.copyWith(
color: colorScheme.textSecondary,
),
),
if (subtitle case final sub?)
Text(
sub,
style: TextStyle(
fontSize: 12,
style: textTheme.metadataDefault.copyWith(
color: colorScheme.textTertiary,
),
),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,7 @@ class _Section extends StatelessWidget {
@override
Widget build(BuildContext context) {
final colorScheme = context.streamColorScheme;
final textTheme = context.streamTextTheme;

return Column(
crossAxisAlignment: CrossAxisAlignment.start,
Expand All @@ -379,8 +380,7 @@ class _Section extends StatelessWidget {
if (description case final desc?)
Text(
desc,
style: TextStyle(
fontSize: 13,
style: textTheme.metadataDefault.copyWith(
color: colorScheme.textTertiary,
),
),
Expand All @@ -400,11 +400,10 @@ class _SectionLabel extends StatelessWidget {
@override
Widget build(BuildContext context) {
final colorScheme = context.streamColorScheme;
final textTheme = context.streamTextTheme;
return Text(
label,
style: TextStyle(
fontSize: 11,
fontWeight: FontWeight.w600,
style: textTheme.metadataEmphasis.copyWith(
letterSpacing: 1.2,
color: colorScheme.accentPrimary,
),
Expand All @@ -425,6 +424,7 @@ class _ExampleCard extends StatelessWidget {
Widget build(BuildContext context) {
final colorScheme = context.streamColorScheme;
final radius = context.streamRadius;
final textTheme = context.streamTextTheme;

return Container(
width: double.infinity,
Expand All @@ -443,9 +443,7 @@ class _ExampleCard extends StatelessWidget {
children: [
Text(
label,
style: TextStyle(
fontSize: 13,
fontWeight: FontWeight.w500,
style: textTheme.metadataEmphasis.copyWith(
color: colorScheme.textSecondary,
),
),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,7 @@ class _Section extends StatelessWidget {
@override
Widget build(BuildContext context) {
final colorScheme = context.streamColorScheme;
final textTheme = context.streamTextTheme;

return Column(
crossAxisAlignment: CrossAxisAlignment.start,
Expand All @@ -335,8 +336,7 @@ class _Section extends StatelessWidget {
if (description case final desc?)
Text(
desc,
style: TextStyle(
fontSize: 13,
style: textTheme.metadataDefault.copyWith(
color: colorScheme.textTertiary,
),
),
Expand All @@ -356,11 +356,10 @@ class _SectionLabel extends StatelessWidget {
@override
Widget build(BuildContext context) {
final colorScheme = context.streamColorScheme;
final textTheme = context.streamTextTheme;
return Text(
label,
style: TextStyle(
fontSize: 11,
fontWeight: FontWeight.w600,
style: textTheme.metadataEmphasis.copyWith(
letterSpacing: 1.2,
color: colorScheme.accentPrimary,
),
Expand All @@ -381,6 +380,7 @@ class _ExampleCard extends StatelessWidget {
Widget build(BuildContext context) {
final colorScheme = context.streamColorScheme;
final radius = context.streamRadius;
final textTheme = context.streamTextTheme;

return Container(
width: double.infinity,
Expand All @@ -399,9 +399,7 @@ class _ExampleCard extends StatelessWidget {
children: [
Text(
label,
style: TextStyle(
fontSize: 13,
fontWeight: FontWeight.w500,
style: textTheme.metadataEmphasis.copyWith(
color: colorScheme.textSecondary,
),
),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -684,6 +684,7 @@ class _Section extends StatelessWidget {
@override
Widget build(BuildContext context) {
final colorScheme = context.streamColorScheme;
final textTheme = context.streamTextTheme;

return Column(
crossAxisAlignment: CrossAxisAlignment.start,
Expand All @@ -697,8 +698,7 @@ class _Section extends StatelessWidget {
if (description case final desc?)
Text(
desc,
style: TextStyle(
fontSize: 13,
style: textTheme.metadataDefault.copyWith(
color: colorScheme.textTertiary,
),
),
Expand All @@ -718,11 +718,10 @@ class _SectionLabel extends StatelessWidget {
@override
Widget build(BuildContext context) {
final colorScheme = context.streamColorScheme;
final textTheme = context.streamTextTheme;
return Text(
label,
style: TextStyle(
fontSize: 11,
fontWeight: FontWeight.w600,
style: textTheme.metadataEmphasis.copyWith(
letterSpacing: 1.2,
color: colorScheme.accentPrimary,
),
Expand All @@ -743,6 +742,7 @@ class _ExampleCard extends StatelessWidget {
Widget build(BuildContext context) {
final colorScheme = context.streamColorScheme;
final radius = context.streamRadius;
final textTheme = context.streamTextTheme;

return Container(
width: double.infinity,
Expand All @@ -761,9 +761,7 @@ class _ExampleCard extends StatelessWidget {
children: [
Text(
label,
style: TextStyle(
fontSize: 13,
fontWeight: FontWeight.w500,
style: textTheme.metadataEmphasis.copyWith(
color: colorScheme.textSecondary,
),
),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,7 @@ class _Section extends StatelessWidget {
@override
Widget build(BuildContext context) {
final colorScheme = context.streamColorScheme;
final textTheme = context.streamTextTheme;

return Column(
crossAxisAlignment: CrossAxisAlignment.start,
Expand All @@ -442,8 +443,7 @@ class _Section extends StatelessWidget {
if (description case final desc?)
Text(
desc,
style: TextStyle(
fontSize: 13,
style: textTheme.metadataDefault.copyWith(
color: colorScheme.textTertiary,
),
),
Expand All @@ -463,11 +463,10 @@ class _SectionLabel extends StatelessWidget {
@override
Widget build(BuildContext context) {
final colorScheme = context.streamColorScheme;
final textTheme = context.streamTextTheme;
return Text(
label,
style: TextStyle(
fontSize: 11,
fontWeight: FontWeight.w600,
style: textTheme.metadataEmphasis.copyWith(
letterSpacing: 1.2,
color: colorScheme.accentPrimary,
),
Expand All @@ -490,6 +489,7 @@ class _ExampleCard extends StatelessWidget {
Widget build(BuildContext context) {
final colorScheme = context.streamColorScheme;
final radius = context.streamRadius;
final textTheme = context.streamTextTheme;

return Container(
width: double.infinity,
Expand All @@ -512,17 +512,14 @@ class _ExampleCard extends StatelessWidget {
children: [
Text(
label,
style: TextStyle(
fontSize: 13,
fontWeight: FontWeight.w500,
style: textTheme.metadataEmphasis.copyWith(
color: colorScheme.textSecondary,
),
),
if (subtitle case final sub?)
Text(
sub,
style: TextStyle(
fontSize: 12,
style: textTheme.metadataDefault.copyWith(
color: colorScheme.textTertiary,
),
),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -551,6 +551,7 @@ class _Section extends StatelessWidget {
@override
Widget build(BuildContext context) {
final colorScheme = context.streamColorScheme;
final textTheme = context.streamTextTheme;

return Column(
crossAxisAlignment: CrossAxisAlignment.start,
Expand All @@ -564,8 +565,7 @@ class _Section extends StatelessWidget {
if (description case final desc?)
Text(
desc,
style: TextStyle(
fontSize: 13,
style: textTheme.metadataDefault.copyWith(
color: colorScheme.textTertiary,
),
),
Expand All @@ -585,11 +585,10 @@ class _SectionLabel extends StatelessWidget {
@override
Widget build(BuildContext context) {
final colorScheme = context.streamColorScheme;
final textTheme = context.streamTextTheme;
return Text(
label,
style: TextStyle(
fontSize: 11,
fontWeight: FontWeight.w600,
style: textTheme.metadataEmphasis.copyWith(
letterSpacing: 1.2,
color: colorScheme.accentPrimary,
),
Expand All @@ -614,6 +613,7 @@ class _ExampleCard extends StatelessWidget {
Widget build(BuildContext context) {
final colorScheme = context.streamColorScheme;
final radius = context.streamRadius;
final textTheme = context.streamTextTheme;

return Container(
width: double.infinity,
Expand All @@ -636,17 +636,14 @@ class _ExampleCard extends StatelessWidget {
children: [
Text(
label,
style: TextStyle(
fontSize: 13,
fontWeight: FontWeight.w500,
style: textTheme.metadataEmphasis.copyWith(
color: colorScheme.textSecondary,
),
),
if (subtitle case final sub?)
Text(
sub,
style: TextStyle(
fontSize: 12,
style: textTheme.metadataDefault.copyWith(
color: colorScheme.textTertiary,
),
),
Expand Down
Loading
Loading