Skip to content
This repository was archived by the owner on Mar 17, 2024. It is now read-only.

Commit e2fba75

Browse files
committed
refactor: add text field & material widgets to index
1 parent 9632635 commit e2fba75

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/index.ts

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ export * from "./GestureDetector";
1414
export * from "./ListTile";
1515
export * from "./ListView";
1616
export * from "./Margin";
17+
export * from "./Material";
1718
export * from "./MouseRegion";
1819
export * from "./Opacity";
1920
export * from "./Padding";
@@ -22,6 +23,7 @@ export * from "./Scaffold";
2223
export * from "./SizedBox";
2324
export * from "./Text";
2425
export * from "./TextButton";
26+
export * from "./TextField";
2527
export * from "./VerticalDivider";
2628

2729
// export * from "./AppBar";

0 commit comments

Comments
 (0)