easy_design 1.0.0+3 copy "easy_design: ^1.0.0+3" to clipboard
easy_design: ^1.0.0+3 copied to clipboard

EasyDesign Project

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,
        ),
  ),

Easy Open Text Styles #

 ElevatedButton(
            onPressed: () {
              Navigator.of(context).push(
                MaterialPageRoute(
                  builder: (context) => const TypographyScreen(),
                ),
              );
            },
            child: const Text('Typography'),
          ),
2
likes
120
pub points
63%
popularity

Publisher

unverified uploader

EasyDesign Project

Homepage
View/report issues

Documentation

Documentation
API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on easy_design