Skip to content

Commit

Permalink
demo updated
Browse files Browse the repository at this point in the history
  • Loading branch information
iampawan committed Jun 17, 2021
1 parent ef104d8 commit 3650877
Showing 1 changed file with 28 additions and 21 deletions.
49 changes: 28 additions & 21 deletions example/lib/new/demo_list.dart
Original file line number Diff line number Diff line change
Expand Up @@ -36,27 +36,6 @@ class DemoList extends StatelessWidget {
title: "VxDemo".text.make(),
),
body: VStack([
[
TableRow(
children: [
"Mywebsite".text.make().p16(),
"Mywebsite 2".text.make(),
],
),
TableRow(
children: [
"Mywebsite".text.make(),
"Mywebsite 2".text.make(),
],
),
TableRow(
children: [
"Mywebsite".text.make(),
"Mywebsite 2".text.make(),
],
)
].table.blue500.simpleBorder.withFixedFactor(100).make(),

ExpansionTile(
title: "VxNav 2.0".text.make(),
childrenPadding: Vx.m32,
Expand Down Expand Up @@ -514,6 +493,7 @@ class DemoList extends StatelessWidget {
child: "Show Right Drawer".text.make())
],
),

ExpansionTile(
title: "VxLayout".text.make(),
childrenPadding: Vx.m32,
Expand All @@ -528,6 +508,33 @@ class DemoList extends StatelessWidget {
),
],
),
ExpansionTile(
title: "VxTable".text.make(),
childrenPadding: Vx.m32,
children: [
[
TableRow(
children: [
"Mywebsite".text.make(),
"Mywebsite 2".text.make(),
],
),
TableRow(
children: [
"Mywebsite".text.make(),
"Mywebsite 2".text.make(),
],
),
TableRow(
children: [
"Mywebsite".text.make(),
"Mywebsite 2".text.make(),
],
)
].table.blue500.simpleBorder.withFixedFactor(100).make(),
],
),

ExpansionTile(
title: "VxGlassMorphic".text.make(),
childrenPadding: Vx.m32,
Expand Down

0 comments on commit 3650877

Please sign in to comment.