apptive_grid_theme

Last updated:

0 purchases

apptive_grid_theme Image
apptive_grid_theme Images
Add to Cart

Description:

apptive grid theme

ApptiveGrid Theme #

This is a package for the theme and all the assets of ApptiveGrid apps.
Usage #
import 'package:apptive_grid_theme/apptive_grid_theme.dart';


@override
Widget build(BuildContext context) {
return MaterialApp(
theme: ApptiveGridTheme.light(),
darkTheme: ApptiveGridTheme.dark(),
home: MyWidget(),
);
}
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.