mirror of
https://github.com/bluefireteam/flutter_and_friends_2025_flame_3d_workshop_template.git
synced 2026-08-12 03:30:54 +02:00
chore: add a works-at for myself
This commit is contained in:
@@ -62,4 +62,14 @@ class SlideText {
|
||||
),
|
||||
);
|
||||
}
|
||||
|
||||
static Text small(String text) {
|
||||
return Text(
|
||||
text,
|
||||
style: const TextStyle(
|
||||
fontSize: 12.0,
|
||||
fontWeight: FontWeight.normal,
|
||||
),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -29,6 +29,7 @@ class Slide01Intro extends Slide {
|
||||
SlideText.subtitle('@wolfenrain'),
|
||||
Image.asset('assets/images/avatars/wolfenrain.jpg', width: 264),
|
||||
SlideText.p('Not Faire - notfaire.com'),
|
||||
SlideText.small('Apparently works at FlutterFlow'),
|
||||
],
|
||||
),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user