Container(
height: 50,
decoration: BoxDecoration(color: AppColors.appBlack,
borderRadius: BorderRadiusGeometry.circular(16)),
child: Center(
child: Text(
"Update",
style: AppText.cabinet(
fontSize: 16,
color: AppColors.appWhite,
fontWeight: FontWeight.w500,
),
),
),
),Join SnipStash to create, tag, and manage your code snippets.