easy_design

Creator: coderz1093

Last updated:

0 purchases

easy_design Image
easy_design Images
Add to Cart

Description:

easy design

Easy Design your application with Material Theme #

✅ ThemeText: Theme.of(context).

How to use #
Use text theme form theme #
Text(
'hello',
style: Theme.of(context).textTheme.titleMedium?.copyWith(
fontSize: 18,
fontWeight: FontWeight.w600,
),
),
copied to clipboard
Easy Open Text Styles #
ElevatedButton(
onPressed: () {
Navigator.of(context).push(
MaterialPageRoute(
builder: (context) => const TypographyScreen(),
),
);
},
child: const Text('Typography'),
),
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.