check_goods_widgets

Creator: coderz1093

Last updated:

0 purchases

check_goods_widgets Image
check_goods_widgets Images

Languages

Categories

Add to Cart

Description:

check goods widgets

check_goods_widgets #
this is a package with some useful widget to to save time
Example #
Scaffold(
appBar: GoodsAppBar(
AppStrings.appName,
rightTitle: CircleAccountIcon(),
),
body: Center(
child: GoodsButton(),
),
bottomNavigationBar: GoodsBottomBar(
currentIndex: currentIndex,
onTap: navigate,
),
drawer: GoodsDrawer(
headerChild: Text("Title"),
accounts: [
ListTile(
leading: CircleAccountIcon(),
title: Text("prova"),
),
]
),
);
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.