widget_color_wrapper

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

widget color wrapper

This package is using for user too test and create package with widget.
Features #
Create sample widget for user testing
Getting started #
Import :
import 'package:widget_color_wrapper/widget_color_wrapper.dart';
copied to clipboard
Usage #
Include short and useful examples for package users. Add longer examples
to /example folder.
return MaterialApp(
title: 'Flutter Demo',
theme: ThemeData(
primarySwatch: Colors.blue,
),
home: Scaffold(
appBar: AppBar(
title: Text('Flutter Demo'),
),
body: Center(
child: ResponsivePath(
widget1: Container(
width: 100,
height: 100,
color: Colors.red,
),
widget2: Container(
width: 100,
height: 100,
color: Colors.green,
),
widget3: Container(
width: 100,
height: 100,
color: Colors.blue,
),
),
),
),
);
copied to clipboard
Additional information #
Tell users more about the package: where to find more information, how to
contribute to the package, how to file issues, what response they can expect
from the package authors, and more.

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.