Skip to content

Commit

Permalink
demo updates
Browse files Browse the repository at this point in the history
  • Loading branch information
iampawan committed May 19, 2023
1 parent d5f058e commit 2849439
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions example/lib/new/demo_list.dart
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,18 @@ class _DemoListState extends State<DemoList> {
? Scaffold(
appBar: AppBar(
title: "VelocityX Demo".text.make(),
actions: [
const VxDarkModeButton(
showSingleIcon: true,
).px16()
],
),
floatingActionButton: const VxDarkModeButton(
showSingleIcon: false,
),
body: VStack([
FilledButton(onPressed: () {}, child: "Hi there".text.make())
.p16(),
ExpansionTile(
title: "VxFilter".text.make(),
childrenPadding: Vx.m32,
Expand Down

0 comments on commit 2849439

Please sign in to comment.