feat(ui_kit): update example with drawer and custom launch parameters
This commit is contained in:
@@ -9,11 +9,14 @@ class Cards extends StatelessWidget {
|
||||
const Cards({super.key});
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) => Column(
|
||||
Widget build(BuildContext context) => ListView(
|
||||
children: [
|
||||
Text(
|
||||
'Cards',
|
||||
style: Theme.of(context).textTheme.titleLarge,
|
||||
const Gap(20),
|
||||
Align(
|
||||
child: Text(
|
||||
'Cards',
|
||||
style: Theme.of(context).textTheme.titleLarge,
|
||||
),
|
||||
),
|
||||
const Gap(20),
|
||||
const InformationCards(),
|
||||
|
||||
Reference in New Issue
Block a user